-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Hôte : localhost:3306
-- Généré le : mer. 12 fév. 2025 à 17:22
-- Version du serveur : 8.4.3
-- Version de PHP : 8.3.16

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 : `atirao`
--

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

--
-- Structure de la table `categories`
--

CREATE TABLE `categories` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `categories` (`id`, `name`, `description`, `created_at`, `updated_at`) VALUES
(7, 'Automation', 'Automatisez vos actions marketing', NULL, NULL),
(8, 'SEO', 'Améliorez votre positionnement', NULL, NULL);

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

--
-- Structure de la table `data_rows`
--

CREATE TABLE `data_rows` (
  `id` int UNSIGNED NOT NULL,
  `data_type_id` int UNSIGNED NOT NULL,
  `field` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `display_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `required` tinyint(1) NOT NULL DEFAULT '0',
  `browse` tinyint(1) NOT NULL DEFAULT '1',
  `read` tinyint(1) NOT NULL DEFAULT '1',
  `edit` tinyint(1) NOT NULL DEFAULT '1',
  `add` tinyint(1) NOT NULL DEFAULT '1',
  `delete` tinyint(1) NOT NULL DEFAULT '1',
  `details` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `order` int NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `data_rows` (`id`, `data_type_id`, `field`, `type`, `display_name`, `required`, `browse`, `read`, `edit`, `add`, `delete`, `details`, `order`) VALUES
(1, 1, 'id', 'number', 'ID', 1, 0, 0, 0, 0, 0, NULL, 1),
(2, 1, 'name', 'text', 'Name', 1, 1, 1, 1, 1, 1, NULL, 2),
(3, 1, 'email', 'text', 'Email', 1, 1, 1, 1, 1, 1, NULL, 3),
(4, 1, 'password', 'password', 'Password', 1, 0, 0, 1, 1, 0, NULL, 4),
(5, 1, 'remember_token', 'text', 'Remember Token', 0, 0, 0, 0, 0, 0, NULL, 5),
(6, 1, 'created_at', 'timestamp', 'Created At', 0, 1, 1, 0, 0, 0, NULL, 6),
(7, 1, 'updated_at', 'timestamp', 'Updated At', 0, 0, 0, 0, 0, 0, NULL, 7),
(8, 1, 'avatar', 'image', 'Avatar', 0, 1, 1, 1, 1, 1, NULL, 8),
(9, 1, 'user_belongsto_role_relationship', 'relationship', 'Role', 0, 1, 1, 1, 1, 0, '{\"model\":\"TCG\\\\Voyager\\\\Models\\\\Role\",\"table\":\"roles\",\"type\":\"belongsTo\",\"column\":\"role_id\",\"key\":\"id\",\"label\":\"display_name\",\"pivot_table\":\"roles\",\"pivot\":0}', 10),
(10, 1, 'user_belongstomany_role_relationship', 'relationship', 'Roles', 0, 1, 1, 1, 1, 0, '{\"model\":\"TCG\\\\Voyager\\\\Models\\\\Role\",\"table\":\"roles\",\"type\":\"belongsToMany\",\"column\":\"id\",\"key\":\"id\",\"label\":\"display_name\",\"pivot_table\":\"user_roles\",\"pivot\":\"1\",\"taggable\":\"0\"}', 11),
(11, 1, 'settings', 'hidden', 'Settings', 0, 0, 0, 0, 0, 0, NULL, 12),
(12, 2, 'id', 'number', 'ID', 1, 0, 0, 0, 0, 0, NULL, 1),
(13, 2, 'name', 'text', 'Name', 1, 1, 1, 1, 1, 1, NULL, 2),
(14, 2, 'created_at', 'timestamp', 'Created At', 0, 0, 0, 0, 0, 0, NULL, 3),
(15, 2, 'updated_at', 'timestamp', 'Updated At', 0, 0, 0, 0, 0, 0, NULL, 4),
(16, 3, 'id', 'number', 'ID', 1, 0, 0, 0, 0, 0, NULL, 1),
(17, 3, 'name', 'text', 'Name', 1, 1, 1, 1, 1, 1, NULL, 2),
(18, 3, 'created_at', 'timestamp', 'Created At', 0, 0, 0, 0, 0, 0, NULL, 3),
(19, 3, 'updated_at', 'timestamp', 'Updated At', 0, 0, 0, 0, 0, 0, NULL, 4),
(20, 3, 'display_name', 'text', 'Display Name', 1, 1, 1, 1, 1, 1, NULL, 5),
(21, 1, 'role_id', 'text', 'Role', 1, 1, 1, 1, 1, 1, NULL, 9),
(22, 5, 'id', 'text', 'Id', 1, 0, 0, 0, 0, 0, '{}', 1),
(23, 5, 'name', 'text', 'Name', 0, 1, 1, 1, 1, 1, '{}', 4),
(24, 5, 'slug', 'text', 'Slug', 0, 1, 1, 1, 1, 1, '{}', 5),
(25, 5, 'description', 'text', 'Description', 0, 1, 1, 1, 1, 1, '{}', 6),
(26, 5, 'created_at', 'timestamp', 'Created At', 0, 1, 1, 1, 0, 1, '{}', 7),
(27, 5, 'updated_at', 'timestamp', 'Updated At', 0, 0, 0, 0, 0, 0, '{}', 8),
(28, 5, 'category', 'text', 'Category', 0, 1, 1, 1, 1, 1, '{}', 2),
(29, 5, 'icon', 'text_area', 'Icon', 0, 0, 0, 1, 1, 1, '{}', 9),
(30, 5, 'order', 'text', 'Order', 0, 1, 1, 1, 1, 1, '{}', 10),
(31, 5, 'categ_description', 'text', 'Categ Description', 0, 1, 1, 1, 1, 1, '{}', 3);

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

--
-- Structure de la table `data_types`
--

CREATE TABLE `data_types` (
  `id` int UNSIGNED NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `display_name_singular` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `display_name_plural` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `icon` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `model_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `policy_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `controller` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `generate_permissions` tinyint(1) NOT NULL DEFAULT '0',
  `server_side` tinyint NOT NULL DEFAULT '0',
  `details` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `data_types` (`id`, `name`, `slug`, `display_name_singular`, `display_name_plural`, `icon`, `model_name`, `policy_name`, `controller`, `description`, `generate_permissions`, `server_side`, `details`, `created_at`, `updated_at`) VALUES
(1, 'users', 'users', 'User', 'Users', 'voyager-person', 'TCG\\Voyager\\Models\\User', 'TCG\\Voyager\\Policies\\UserPolicy', 'TCG\\Voyager\\Http\\Controllers\\VoyagerUserController', '', 1, 0, NULL, '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(2, 'menus', 'menus', 'Menu', 'Menus', 'voyager-list', 'TCG\\Voyager\\Models\\Menu', NULL, '', '', 1, 0, NULL, '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(3, 'roles', 'roles', 'Role', 'Roles', 'voyager-lock', 'TCG\\Voyager\\Models\\Role', NULL, 'TCG\\Voyager\\Http\\Controllers\\VoyagerRoleController', '', 1, 0, NULL, '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(5, 'services', 'services', 'Service', 'Services', NULL, 'App\\Models\\Service', NULL, NULL, NULL, 1, 0, '{\"order_column\":null,\"order_display_column\":null,\"order_direction\":\"asc\",\"default_search_key\":null,\"scope\":null}', '2024-12-12 13:18:07', '2024-12-18 14:11:26');

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

--
-- Structure de la table `failed_jobs`
--

CREATE TABLE `failed_jobs` (
  `id` bigint UNSIGNED NOT NULL,
  `uuid` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `connection` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `queue` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `exception` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Structure de la table `menus`
--

CREATE TABLE `menus` (
  `id` int UNSIGNED NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `menus` (`id`, `name`, `created_at`, `updated_at`) VALUES
(1, 'admin', '2024-12-12 12:25:45', '2024-12-12 12:25:45');

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

--
-- Structure de la table `menu_items`
--

CREATE TABLE `menu_items` (
  `id` int UNSIGNED NOT NULL,
  `menu_id` int UNSIGNED DEFAULT NULL,
  `title` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `url` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `target` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '_self',
  `icon_class` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `parent_id` int DEFAULT NULL,
  `order` int NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `route` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `parameters` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `menu_items` (`id`, `menu_id`, `title`, `url`, `target`, `icon_class`, `color`, `parent_id`, `order`, `created_at`, `updated_at`, `route`, `parameters`) VALUES
(1, 1, 'Dashboard', '', '_self', 'voyager-boat', NULL, NULL, 1, '2024-12-12 12:25:45', '2024-12-12 12:25:45', 'voyager.dashboard', NULL),
(2, 1, 'Media', '', '_self', 'voyager-images', NULL, NULL, 5, '2024-12-12 12:25:45', '2024-12-12 12:25:45', 'voyager.media.index', NULL),
(3, 1, 'Users', '', '_self', 'voyager-person', NULL, NULL, 3, '2024-12-12 12:25:45', '2024-12-12 12:25:45', 'voyager.users.index', NULL),
(4, 1, 'Roles', '', '_self', 'voyager-lock', NULL, NULL, 2, '2024-12-12 12:25:45', '2024-12-12 12:25:45', 'voyager.roles.index', NULL),
(5, 1, 'Tools', '', '_self', 'voyager-tools', NULL, NULL, 9, '2024-12-12 12:25:45', '2024-12-12 12:25:45', NULL, NULL),
(6, 1, 'Menu Builder', '', '_self', 'voyager-list', NULL, 5, 10, '2024-12-12 12:25:45', '2024-12-12 12:25:45', 'voyager.menus.index', NULL),
(7, 1, 'Database', '', '_self', 'voyager-data', NULL, 5, 11, '2024-12-12 12:25:45', '2024-12-12 12:25:45', 'voyager.database.index', NULL),
(8, 1, 'Compass', '', '_self', 'voyager-compass', NULL, 5, 12, '2024-12-12 12:25:45', '2024-12-12 12:25:45', 'voyager.compass.index', NULL),
(9, 1, 'BREAD', '', '_self', 'voyager-bread', NULL, 5, 13, '2024-12-12 12:25:45', '2024-12-12 12:25:45', 'voyager.bread.index', NULL),
(10, 1, 'Settings', '', '_self', 'voyager-settings', NULL, NULL, 14, '2024-12-12 12:25:45', '2024-12-12 12:25:45', 'voyager.settings.index', NULL),
(11, 1, 'Services', '', '_self', NULL, NULL, NULL, 15, '2024-12-12 13:18:08', '2024-12-12 13:18:08', 'voyager.services.index', NULL);

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

--
-- Structure de la table `migrations`
--

CREATE TABLE `migrations` (
  `id` int UNSIGNED NOT NULL,
  `migration` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `batch` int NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_resets_table', 1),
(3, '2016_01_01_000000_add_voyager_user_fields', 1),
(4, '2016_01_01_000000_create_data_types_table', 1),
(5, '2016_05_19_173453_create_menu_table', 1),
(6, '2016_10_21_190000_create_roles_table', 1),
(7, '2016_10_21_190000_create_settings_table', 1),
(8, '2016_11_30_135954_create_permission_table', 1),
(9, '2016_11_30_141208_create_permission_role_table', 1),
(10, '2016_12_26_201236_data_types__add__server_side', 1),
(11, '2017_01_13_000000_add_route_to_menu_items_table', 1),
(12, '2017_01_14_005015_create_translations_table', 1),
(13, '2017_01_15_000000_make_table_name_nullable_in_permissions_table', 1),
(14, '2017_03_06_000000_add_controller_to_data_types_table', 1),
(15, '2017_04_21_000000_add_order_to_data_rows_table', 1),
(16, '2017_07_05_210000_add_policyname_to_data_types_table', 1),
(17, '2017_08_05_000000_add_group_to_settings_table', 1),
(18, '2017_11_26_013050_add_user_role_relationship', 1),
(19, '2017_11_26_015000_create_user_roles_table', 1),
(20, '2018_03_11_000000_add_user_settings', 1),
(21, '2018_03_14_000000_add_details_to_data_types_table', 1),
(22, '2018_03_16_000000_make_settings_value_nullable', 1),
(23, '2019_08_19_000000_create_failed_jobs_table', 1),
(24, '2019_12_14_000001_create_personal_access_tokens_table', 1),
(25, '2025_02_11_165836_create_categories_table', 2),
(26, '2025_02_11_165837_create_services_table', 2),
(27, '2025_02_12_075427_add_order_and_icon_to_services_table', 3);

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

--
-- Structure de la table `password_resets`
--

CREATE TABLE `password_resets` (
  `email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Structure de la table `permissions`
--

CREATE TABLE `permissions` (
  `id` bigint UNSIGNED NOT NULL,
  `key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `table_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `permissions` (`id`, `key`, `table_name`, `created_at`, `updated_at`) VALUES
(1, 'browse_admin', NULL, '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(2, 'browse_bread', NULL, '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(3, 'browse_database', NULL, '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(4, 'browse_media', NULL, '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(5, 'browse_compass', NULL, '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(6, 'browse_menus', 'menus', '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(7, 'read_menus', 'menus', '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(8, 'edit_menus', 'menus', '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(9, 'add_menus', 'menus', '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(10, 'delete_menus', 'menus', '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(11, 'browse_roles', 'roles', '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(12, 'read_roles', 'roles', '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(13, 'edit_roles', 'roles', '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(14, 'add_roles', 'roles', '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(15, 'delete_roles', 'roles', '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(16, 'browse_users', 'users', '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(17, 'read_users', 'users', '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(18, 'edit_users', 'users', '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(19, 'add_users', 'users', '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(20, 'delete_users', 'users', '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(21, 'browse_settings', 'settings', '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(22, 'read_settings', 'settings', '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(23, 'edit_settings', 'settings', '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(24, 'add_settings', 'settings', '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(25, 'delete_settings', 'settings', '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(26, 'browse_services', 'services', '2024-12-12 13:18:08', '2024-12-12 13:18:08'),
(27, 'read_services', 'services', '2024-12-12 13:18:08', '2024-12-12 13:18:08'),
(28, 'edit_services', 'services', '2024-12-12 13:18:08', '2024-12-12 13:18:08'),
(29, 'add_services', 'services', '2024-12-12 13:18:08', '2024-12-12 13:18:08'),
(30, 'delete_services', 'services', '2024-12-12 13:18:08', '2024-12-12 13:18:08');

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

--
-- Structure de la table `permission_role`
--

CREATE TABLE `permission_role` (
  `permission_id` bigint UNSIGNED NOT NULL,
  `role_id` bigint UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `permission_role` (`permission_id`, `role_id`) VALUES
(1, 1),
(2, 1),
(3, 1),
(4, 1),
(5, 1),
(6, 1),
(7, 1),
(8, 1),
(9, 1),
(10, 1),
(11, 1),
(12, 1),
(13, 1),
(14, 1),
(15, 1),
(16, 1),
(17, 1),
(18, 1),
(19, 1),
(20, 1),
(21, 1),
(22, 1),
(23, 1),
(24, 1),
(25, 1),
(26, 1),
(27, 1),
(28, 1),
(29, 1),
(30, 1);

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

--
-- Structure de la table `personal_access_tokens`
--

CREATE TABLE `personal_access_tokens` (
  `id` bigint UNSIGNED NOT NULL,
  `tokenable_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `tokenable_id` bigint UNSIGNED NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `abilities` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `last_used_at` timestamp NULL DEFAULT NULL,
  `expires_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `personal_access_tokens` (`id`, `tokenable_type`, `tokenable_id`, `name`, `token`, `abilities`, `last_used_at`, `expires_at`, `created_at`, `updated_at`) VALUES
(65, 'App\\Models\\User', 2, 'auth_token', '97158f38a20ac4a9f37ace4c85da914a8aaa586edf69337c792de6c929da72d3', '[\"*\"]', '2025-02-12 13:35:01', NULL, '2025-02-12 13:03:28', '2025-02-12 13:35:01'),
(64, 'App\\Models\\User', 2, 'auth_token', '39cb4bbf7aa77ffc6a684c46169fefdc9f12b6531427f4d81e4dd157460718dd', '[\"*\"]', NULL, NULL, '2025-02-12 13:03:27', '2025-02-12 13:03:27'),
(63, 'App\\Models\\User', 2, 'auth_token', 'ec0940d99b83e93ed3ca550585699c205f4b0b852aec1f376c5c28903fb9dcfd', '[\"*\"]', '2025-02-12 13:03:22', NULL, '2025-02-12 12:35:20', '2025-02-12 13:03:22'),
(62, 'App\\Models\\User', 2, 'auth_token', '68af5b46852163e561ac0a7ad2d4ff65bbbdd1e44a790ab1c71990c01fcba537', '[\"*\"]', NULL, NULL, '2025-02-12 12:35:19', '2025-02-12 12:35:19'),
(61, 'App\\Models\\User', 2, 'auth_token', '45d9721408999dc86574f4332ae9ee5884cb02b68d04a00bab1b1f484db3a9da', '[\"*\"]', '2025-02-12 12:26:27', NULL, '2025-02-12 12:22:49', '2025-02-12 12:26:27'),
(60, 'App\\Models\\User', 2, 'auth_token', 'dd9a5fc6a663cf52b118b5153d16dec04cdb0a0fd8fb77b4d9aec28569526f6f', '[\"*\"]', '2025-02-12 12:22:36', NULL, '2025-02-12 11:56:11', '2025-02-12 12:22:36'),
(59, 'App\\Models\\User', 2, 'auth_token', '471bdf20168ba92431aacea4ae7ab7591642aa997896401c9d4a95a71aa8a08c', '[\"*\"]', NULL, NULL, '2025-02-12 11:56:10', '2025-02-12 11:56:10'),
(58, 'App\\Models\\User', 2, 'auth_token', '8dbee3b5b798a7529e606cc354d05ae4cebe77b67fd11137d4dc5ab9b2ae9543', '[\"*\"]', '2025-02-12 11:55:56', NULL, '2025-02-12 09:34:54', '2025-02-12 11:55:56'),
(57, 'App\\Models\\User', 2, 'auth_token', 'b392a3c1857f9b116ff1c74a454def491b70c1a2d1612fc1f348f5fbab1b4c7a', '[\"*\"]', '2025-02-12 09:34:27', NULL, '2025-02-12 09:25:20', '2025-02-12 09:34:27'),
(56, 'App\\Models\\User', 2, 'auth_token', 'e6ebf3e76f2ad8446e7167b1a4a1be374be56bfdc8f1c7a725182749293bc2cc', '[\"*\"]', NULL, NULL, '2025-02-12 09:25:14', '2025-02-12 09:25:14'),
(55, 'App\\Models\\User', 2, 'auth_token', '2e66a26ab682238c8ed8218e8b55a3c0285ff376e087481a0eaa66e7ae53a86b', '[\"*\"]', NULL, NULL, '2025-02-12 09:24:57', '2025-02-12 09:24:57'),
(54, 'App\\Models\\User', 2, 'auth_token', '0e038b880f61f1d16ce09de764fdf13b8b9c33063b2c379edfc3b42d8082b91c', '[\"*\"]', '2025-02-12 15:13:02', NULL, '2025-02-12 09:09:05', '2025-02-12 15:13:02'),
(53, 'App\\Models\\User', 2, 'auth_token', 'a791b1cf9f640a63c8a7ca107d90b8af5d243e265259766fe96d5b42cf25501d', '[\"*\"]', '2025-02-12 09:24:07', NULL, '2025-02-12 09:01:41', '2025-02-12 09:24:07'),
(52, 'App\\Models\\User', 2, 'auth_token', '278aa4d02888986c7f020cee5a4518513b88cc327d66a60ead3ad570d87fea08', '[\"*\"]', NULL, NULL, '2025-02-12 09:00:42', '2025-02-12 09:00:42'),
(66, 'App\\Models\\User', 2, 'auth_token', '4153af0c101a0009a41a46106c71b457cd05248786cc5e766c54229c6275c973', '[\"*\"]', '2025-02-12 14:19:01', NULL, '2025-02-12 13:35:17', '2025-02-12 14:19:01'),
(67, 'App\\Models\\User', 2, 'auth_token', 'efac3211002b08f8ca92b0ef7dc835cbcc0d47a7d086fb5995ad30dd54a537fd', '[\"*\"]', '2025-02-12 14:34:21', NULL, '2025-02-12 14:19:09', '2025-02-12 14:34:21'),
(68, 'App\\Models\\User', 2, 'auth_token', '2fa199eb3199ca2b392f4173c4028e57da1efc226b87a01be59faaacaf458dfe', '[\"*\"]', '2025-02-12 15:14:20', NULL, '2025-02-12 14:34:35', '2025-02-12 15:14:20'),
(69, 'App\\Models\\User', 2, 'auth_token', '4cc322b6997fc4af06c28bf004953a77bedc69523616158e6cc0f1d815c30284', '[\"*\"]', NULL, NULL, '2025-02-12 15:15:46', '2025-02-12 15:15:46'),
(70, 'App\\Models\\User', 2, 'auth_token', '73660cd6b3da036c1d6307e01da99ecc8964ce8ff6f7d69304dd66f0e605018b', '[\"*\"]', NULL, NULL, '2025-02-12 15:17:27', '2025-02-12 15:17:27'),
(71, 'App\\Models\\User', 2, 'auth_token', '0a1e77360960a268e2a51cfa4da6a13b850b5f213196131ba0f2a0a5e0e706b4', '[\"*\"]', NULL, NULL, '2025-02-12 15:17:37', '2025-02-12 15:17:37'),
(72, 'App\\Models\\User', 2, 'auth_token', '4ce3d66a6c7d8cee385e9823ce724313c45f0c5a9df2d63453a05a5eba4395ce', '[\"*\"]', NULL, NULL, '2025-02-12 15:21:10', '2025-02-12 15:21:10'),
(73, 'App\\Models\\User', 2, 'auth_token', '21e3118e7c0c08e10f08a3c432310f8d7012c2490351f6a4af76f079aa8521cc', '[\"*\"]', NULL, NULL, '2025-02-12 15:21:51', '2025-02-12 15:21:51'),
(74, 'App\\Models\\User', 2, 'auth_token', 'fba478c823bd41432ef953c49e6076ef97ea8ca70e500b7758660d3fec757bed', '[\"*\"]', NULL, NULL, '2025-02-12 15:22:29', '2025-02-12 15:22:29'),
(75, 'App\\Models\\User', 2, 'auth_token', 'cc1d6f5c55288f36812bb05d4f53abc0134e26422974d03883322f94248d86f5', '[\"*\"]', NULL, NULL, '2025-02-12 15:24:26', '2025-02-12 15:24:26'),
(76, 'App\\Models\\User', 2, 'auth_token', '01b24384951a7695e76d9bf1e1638e0f1356bb0cc9c22b8c14b472fc2d4071f0', '[\"*\"]', NULL, NULL, '2025-02-12 15:28:29', '2025-02-12 15:28:29'),
(77, 'App\\Models\\User', 2, 'auth_token', '2604be6bf35b0954b216ab874c83807b9b6d176a16fb25530ee7697119b667b6', '[\"*\"]', NULL, NULL, '2025-02-12 15:28:52', '2025-02-12 15:28:52'),
(78, 'App\\Models\\User', 2, 'auth_token', '1294a6e7f6a40e914725b5b825564ee135e38a45378774ce234b3cbb74ed01a9', '[\"*\"]', NULL, NULL, '2025-02-12 15:29:20', '2025-02-12 15:29:20'),
(79, 'App\\Models\\User', 2, 'auth_token', 'b4d3ec216b0ee56476c0da1c0e89cf4f94ffa1f2f2e4c3ce08c3f6c5cc6ee918', '[\"*\"]', NULL, NULL, '2025-02-12 15:31:16', '2025-02-12 15:31:16'),
(80, 'App\\Models\\User', 2, 'auth_token', 'ea4880a9654764b6b044eb8a429475a58066fe77c9ef41ee64b94d7dd1112e9c', '[\"*\"]', NULL, NULL, '2025-02-12 15:31:26', '2025-02-12 15:31:26'),
(81, 'App\\Models\\User', 2, 'auth_token', '9e4f4ff8fd878eef2b1c966ebcecb2ecddc88b997957c9b633baef0dabe83173', '[\"*\"]', NULL, NULL, '2025-02-12 15:31:55', '2025-02-12 15:31:55'),
(82, 'App\\Models\\User', 2, 'auth_token', '6d65e6e4cbcc262f1e66052990834552d1f09c56fc6bd660f8087b997a74cdcd', '[\"*\"]', '2025-02-12 15:33:10', NULL, '2025-02-12 15:32:10', '2025-02-12 15:33:10');

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

--
-- Structure de la table `roles`
--

CREATE TABLE `roles` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `display_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `roles` (`id`, `name`, `display_name`, `created_at`, `updated_at`) VALUES
(1, 'admin', 'Administrator', '2024-12-12 12:25:45', '2024-12-12 12:25:45'),
(2, 'user', 'Normal User', '2024-12-12 12:25:45', '2024-12-12 12:25:45');

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

--
-- Structure de la table `services`
--

CREATE TABLE `services` (
  `id` int UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` int DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `category` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `order` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `categ_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `services` (`id`, `name`, `slug`, `description`, `created_at`, `updated_at`, `category`, `icon`, `order`, `categ_description`) VALUES
(1, 'Google Ads (SEA)', 'Google_Ads', NULL, '2024-12-12 13:20:00', '2024-12-18 14:43:01', 'Paid Ads', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <g id=\"_18._google_ads_logo\">\r\n                                      <path d=\"M16.63,63.68c-3.36,5.82-1.36,13.27,4.46,16.63,5.82,3.36,13.27,1.36,16.63-4.46,1.07-1.85,1.63-3.94,1.63-6.08,0-6.72-5.45-12.17-12.17-12.18-4.35,0-8.37,2.32-10.55,6.09Z\"/>\r\n                                      <path d=\"M34.9,32.03l-13.69,23.74c7.73-3.3,16.67.3,19.96,8.03.56,1.32.94,2.72,1.11,4.14l5.96-10.35c-11.32-19.57-12.96-21.44-13.34-25.56h0Z\"/>\r\n                                      <path d=\"M83.37,63.68c-.78-1.31-23.02-39.97-23.46-40.54-3.92-5.46-11.52-6.72-16.99-2.8-5.15,3.69-6.61,10.72-3.34,16.16-.15,0-.76-1.31,22.7,39.35,3.36,5.82,10.81,7.82,16.63,4.46s7.82-10.81,4.46-16.63Z\"/>\r\n                                    </g>\r\n                                </svg>', 'one', 'Attirez plus de trafic qualifié'),
(2, 'Social Ads', 'Social_Ads', NULL, '2024-12-12 13:20:00', '2024-12-18 14:43:03', 'Paid Ads', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <path d=\"M82.13,69.67c-.23-.16-9.37-20.02-9.89-20.9.3-.96.09-2.01-.57-2.77-3.59-3.17-12.33,5.03-15.78,8.16-1.52,1.62-12.07,11.34-8.83,15.42.72.68,1.74.93,2.69.68l13.59,7.15-6.59,6.33c-.72.67-1.13,1.61-1.15,2.59.09,1.46.83,2.81,2.02,3.68,1.42,1.48,3.77,1.54,5.25.12,0,0,0,0,0,0l8.83-8.46c6.96,2.37,13.74-5.37,10.43-11.99ZM49.48,67.35c-.02-1.3,2.92-5.7,8.44-11.06,5.61-5.33,10.03-7.91,11.43-8-.79,2.26-3.14,5.78-8.53,11.03-5.44,5.09-9.08,7.38-11.34,8.03Z\"/>\r\n                                    <path d=\"M57.84,38.09c-.81.03-1.44.71-1.41,1.53,0,0,0,0,0,0l.22,5.7c.03.81.72,1.44,1.53,1.41s1.44-.72,1.41-1.53h0l-.22-5.7c-.02-.8-.69-1.43-1.49-1.41-.01,0-.03,0-.04,0Z\"/>\r\n                                    <path d=\"M41.33,54.08c-.81-.05-1.51.56-1.57,1.37-.05.79.53,1.48,1.32,1.56l5.69.47c.81.05,1.51-.56,1.56-1.38.05-.79-.53-1.48-1.32-1.56l-5.69-.47Z\"/>\r\n                                    <path d=\"M50.51,50.68c.57.58,1.51.58,2.08,0,.56-.56.58-1.46.04-2.04l-3.41-3.56c-.56-.59-1.49-.6-2.08-.04-.58.56-.6,1.49-.04,2.08l3.41,3.56Z\"/>\r\n                                    <path d=\"M31,59.6c-7.74,0-14,6.28-14,14.02.77,18.59,27.26,18.57,28.02,0,0-7.74-6.28-14.01-14.02-14.02ZM33.81,70.89v5.65c.08,2.44-1.83,4.48-4.27,4.57h-1.27c-2.14-.13-3.76-1.98-3.63-4.11.12-1.95,1.68-3.5,3.63-3.63.83,0,1.51.65,1.54,1.47.03.78-.58,1.44-1.36,1.47-.02,0-.03,0-.05,0-.46-.06-.82.36-.82.93,0,.5.31.93.69.93h1.27c.81-.09,1.4-.82,1.32-1.63v-8.97c.02-.82.7-1.47,1.52-1.45.36,0,.7.15.97.39,1.39,1.34,2.86,2.58,4.41,3.72.44.03.84.27,1.09.63.46.67.29,1.58-.38,2.04,0,0,0,0,0,0-.72.5-1.28.88-4.66-2.02Z\"/>\r\n                                    <path d=\"M31,53.57c7.74,0,14.01-6.27,14.02-14-.75-18.59-27.28-18.6-28.02,0,0,7.73,6.27,14,14,14ZM26.12,38.68h2.28v-2.47c0-3,2.43-5.42,5.43-5.43,1.52-.04,4.35.85,3.32,2.82-.43.69-1.32.9-2.02.49-.39-.24-.85-.37-1.31-.37-1.37,0-2.48,1.11-2.49,2.48,0,0,0,0,0,0v2.47h2.78c.81.01,1.46.68,1.45,1.49-.01.79-.65,1.44-1.45,1.45h-2.78v5.25c0,.81-.65,1.47-1.47,1.48-.81,0-1.47-.65-1.48-1.47,0,0,0,0,0,0v-5.25h-2.28c-.81-.01-1.46-.68-1.45-1.49.01-.79.65-1.44,1.45-1.45Z\"/>\r\n                                    <path d=\"M61.78,37.21c7.85-.01,14.21-6.38,14.21-14.22-.77-18.86-27.66-18.84-28.43,0,.01,7.85,6.37,14.21,14.22,14.22ZM53.88,18.88c0-2.09,1.69-3.79,3.78-3.8h8.22c2.09,0,3.79,1.7,3.8,3.8v8.22c0,2.09-1.7,3.78-3.8,3.78h-8.22c-2.09,0-3.78-1.69-3.78-3.78h0v-8.23Z\"/>\r\n                                    <path d=\"M57.66,27.94h8.22c.46,0,.85-.36.85-.83,0,0,0,0,0,0v-8.22c0-.47-.38-.85-.85-.85h-8.22c-.46,0-.84.38-.84.84,0,0,0,0,0,0v8.22c0,.46.36.83.82.84,0,0,.01,0,.02,0ZM61.78,18.96c2.23.03,4.01,1.86,3.99,4.09-.03,2.19-1.8,3.96-3.99,3.99-2.23-.03-4.01-1.86-3.98-4.09.03-2.19,1.8-3.95,3.98-3.98Z\"/>\r\n                                    <path d=\"M61.78,24.09c.61-.02,1.08-.52,1.07-1.12-.01-.58-.48-1.05-1.07-1.07-.61.02-1.08.52-1.07,1.13.02.58.48,1.05,1.07,1.07Z\"/>\r\n                                </svg>', 'one', 'Meta, TikTok, LinkedIn…'),
(3, 'Amazon Ads', 'Amazon_Ads', NULL, '2024-12-12 13:20:00', '2024-12-18 14:43:08', 'Paid Ads', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <g id=\"layer1\">\r\n                                      <path id=\"path825\" d=\"M45.28,15.01c-16.69,0-30.28,13.58-30.28,30.27,0,16.69,13.6,30.26,30.28,30.26,7.51,0,14.37-2.76,19.66-7.3l2.64,2.64-1.65,1.65c-.91.91-.91,2.38,0,3.29l6.98,6.98c1.53,1.53,3.49,2.27,5.32,2.19,1.82-.08,3.45-.9,4.65-2.1s2.02-2.82,2.11-4.64c.09-1.82-.66-3.79-2.18-5.32l-6.99-6.99c-.44-.44-1.05-.69-1.68-.68-.61,0-1.19.25-1.61.68l-1.65,1.65-2.64-2.64c4.55-5.3,7.31-12.16,7.31-19.67,0-16.69-13.58-30.27-30.27-30.27ZM49.92,33.62h9.32c1.29,0,2.33,1.03,2.34,2.32,0,0,0,.01,0,.02v9.32c.03,1.29-.99,2.35-2.28,2.38s-2.35-.99-2.38-2.28c0-.03,0-.07,0-.1v-3.7l-10,9.99c-.91.9-2.37.9-3.28,0l-3.01-3.01-7.67,7.67c-2.19,2.34-5.63-1.08-3.3-3.28l9.32-9.31c.91-.9,2.37-.9,3.28,0l3.01,3.02,8.37-8.37h-3.71c-1.29.03-2.35-.99-2.38-2.28-.03-1.29.99-2.35,2.28-2.38.03,0,.07,0,.1,0Z\" vector-effect=\"none\"/>\r\n                                    </g>\r\n                                </svg>', 'one', 'Améliorez votre ROI'),
(4, 'Programmatique et display', 'Programmatique_display', NULL, '2024-12-12 13:21:00', '2024-12-18 14:42:57', 'Paid Ads', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <path d=\"M60.51,33.88c0-.53-.32-.96-.85-1.07l-5.44-.96c-.32-.85-.64-1.71-1.17-2.56l2.99-4.16c.32-.43.21-1.07-.11-1.39-.11-.11-3.95-3.63-4.27-3.84s-.64-.32-1.07-.21c-.21.11-.32.11-.43.21l-4.06,2.56c-.11.11-.21.11-.32.21-.85-.43-1.71-.75-2.56-.96l-1.07-5.02c-.11-.53-.53-.85-1.07-.85h-5.87c-.53,0-.96.43-1.07.96l-1.07,4.91c-.96.32-1.92.64-2.78,1.07-2.35-1.49-3.63-2.24-4.38-2.67q-.11-.11-.21-.21v.11c-.64-.32-.75-.21-1.07-.11,0,.11-.21.21-.21.32l-4.06,3.74c-.43.43-.43,1.07,0,1.49.32.43,1.28,1.71,2.03,2.78l.85,1.39c-.43.85-.85,1.71-1.07,2.56l-5.34.96c-.53.11-.85.53-.85,1.07v5.55c0,.43.21.75.53.96.21.11.32.21.53.11l5.23.96c.21.64.53,1.49,1.17,2.56-1.49,2.14-2.35,3.31-2.78,4.06-.11,0-.11.11-.21.21-.32.64-.32.75-.11,1.07.11.21.21.32.43.43.75.64,3.84,3.52,4.06,3.74.32.21.64.32,1.07.21.11,0,.32-.11.43-.21l4.38-2.88c.85.43,1.71.75,2.56.96l1.07,5.02c.11.53.53.85,1.07.85h5.87c.53,0,.96-.32,1.07-.85l1.07-5.02c.96-.32,1.92-.64,2.78-1.07l4.59,2.88c.43.21.96.21,1.28-.11l4.16-3.95c.43-.32.43-.96.11-1.39l-2.99-4.16c.43-.85.85-1.71,1.07-2.56l5.34-.96c.53-.11.85-.53.85-1.07l-.11-5.66ZM38.31,46.05c-5.23,0-9.39-3.42-9.82-9.07v-.21c0-4.59,3.63-8.54,8.54-9.18,5.66-.64,11,3.42,11,9.18,0,5.12-4.48,9.29-9.71,9.29h0Z\"/>\r\n                                    <path d=\"M83.89,64.62c0-.53-.32-.96-.85-1.07l-3.95-.75c-.21-.64-.53-1.28-.75-1.81l2.24-3.31c.32-.43.21-.96-.11-1.39-3.31-3.2-3.63-3.63-4.27-3.42-.21.11-3.42,2.35-3.52,2.46-.53-.32-1.07-.53-1.71-.64l-.75-3.95c-.11-.53-.53-.85-1.07-.85h-4.48c-.53,0-.96.43-1.07.96l-.75,3.84c-.64.21-1.28.43-1.81.75-.96-.64-3.1-2.03-3.31-2.24-.53-.32-1.17-.21-1.49.21-.11.11-3.1,3.2-2.99,3.1-.32.32-.43.96-.11,1.39,0,.11,1.49,2.24,2.24,3.31-.32.64-.53,1.28-.75,1.92l-3.95.75c-.53.11-.85.53-.85,1.07v4.48c.11.64.21.75.53.96.11.11.32.11.53.11l3.74.75c.21.53.43,1.07.75,1.81-.53.75-1.39,2.03-1.81,2.78l-.32.53c-.32.53-.21,1.17.32,1.49l3.1,2.99c.21.21.53.32.75.32h.32c.11,0,.32-.11.43-.21l3.2-2.24c.53.32,1.07.53,1.71.64l.75,3.95c.11.53.53.85,1.07.85h4.27c.53,0,.96-.32,1.07-.85l.75-3.95c.64-.21,1.28-.43,1.92-.75l3.31,2.24c.43.32.96.21,1.39-.11l3.1-3.2c.32-.32.43-.96.11-1.39l-2.24-3.31c.32-.64.53-1.28.75-1.92l3.84-.75c.53-.11.85-.53.85-1.07l-.11-4.48ZM66.81,75.09c-4.16,0-8.01-3.42-8.01-8.01,0-3.2,1.81-6.19,4.7-7.47,5.12-2.14,10.35.96,11.32,5.76,1.07,5.34-3.1,9.71-8.01,9.71Z\"/>\r\n                                    <path d=\"M44.61,77.54c-9.61-.21-17.61-7.37-19.11-16.65l1.71,1.71c.43.43,1.07.43,1.49,0s.43-1.07,0-1.49l-3.84-3.74c-.43-.43-1.07-.43-1.49,0l-3.74,3.84c-.43.43-.43,1.07,0,1.49s1.07.43,1.49,0l2.14-2.14c1.39,10.57,10.25,18.89,21.35,19.22.64,0,1.07-.53,1.07-1.07,0-.75-.43-1.17-1.07-1.17h0Z\"/>\r\n                                    <path d=\"M83.04,43.59c-.43-.43-1.07-.43-1.49,0l-2.03,2.03c.32-10.68-7.15-20.18-17.72-22.31-.53-.11-1.17.32-1.17.96-.11.53.32,1.07.85,1.17,9.5,1.92,16.23,10.46,16.01,20.07l-1.92-1.92c-.43-.43-1.07-.43-1.49,0s-.43,1.07,0,1.49l3.74,3.74c.21.21.43.32.75.32s.53-.11.75-.32l3.74-3.74c.43-.43.43-1.07,0-1.49h0Z\"/>\r\n                                </svg>', 'one', 'Améliorez votre ROI'),
(5, 'Community Management', 'Community_Management', NULL, '2024-12-12 13:39:00', '2024-12-18 14:42:33', 'Content Marketing', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <g id=\"u\">\r\n                                        <path d=\"M81.5,23.17h3.5v2.33h-3.5v-2.33Z\"/><path d=\"M81.5,74.5h3.5v2.33h-3.5v-2.33Z\"/><path d=\"M75.67,80.33h2.33v4.67h-2.33v-4.67Z\"/><path d=\"M22,80.33h2.33v4.67h-2.33v-4.67Z\"/>\r\n                                        <g>\r\n                                            <path d=\"M33.67,43h-1.17v2.33h1.17c.64,0,1.17-.52,1.17-1.17s-.52-1.17-1.17-1.17Z\"/><path d=\"M41.83,43h-1.17v2.33h1.17c.64,0,1.17-.52,1.17-1.17s-.52-1.17-1.17-1.17Z\"/><path d=\"M33.67,47.67h-1.17v2.33h1.17c.64,0,1.17-.52,1.17-1.17s-.52-1.17-1.17-1.17Z\"/><path d=\"M50,43c-.64,0-1.17.52-1.17,1.17v2.33h2.33v-2.33c0-.64-.52-1.17-1.17-1.17Z\"/><path d=\"M20.83,73.33h4.67v4.67h-4.67v-4.67Z\"/><path d=\"M48.35,65.17c.34,0,.67-.07.98-.18l-5.8-5.8,1.64,10.69c2.99.2,5.85,1.27,8.23,3.09l5.55-5.55c-1.81-2.38-2.89-5.24-3.09-8.22l-10.69-1.64,5.81,5.81c.12-.31.18-.64.18-.98v-.68h2.33v.68c0,1.38-.54,2.67-1.51,3.64s-2.27,1.51-3.64,1.51h-.68v-2.33h.68,0Z\"/><path d=\"M53.97,75.66l7.68-7.68,4.18,4.18-7.68,7.68-4.18-4.18Z\"/><path d=\"M20.83,22h4.67v4.67h-4.67v-4.67Z\"/><path d=\"M75.67,29h-2.33c-.64,0-1.17-.52-1.17-1.17v-2.33H27.83v2.33c0,.65-.52,1.17-1.17,1.17h-2.33v42h2.33c.64,0,1.17.52,1.17,1.17v2.33h23.72c-2.16-1.51-4.73-2.33-7.39-2.33-.58,0-1.07-.42-1.15-.99l-2.33-15.17c-.06-.37.07-.74.33-1,.26-.26.64-.38,1-.33l15.17,2.33c.57.09.99.58.99,1.15,0,2.73.86,5.37,2.45,7.57l.22-.22c.46-.46,1.19-.46,1.65,0l5.83,5.83c.46.46.46,1.19,0,1.65l-1.51,1.51h5.35v-2.33c0-.65.52-1.17,1.17-1.17h2.33V29ZM37.17,48.83c0,1.93-1.57,3.5-3.5,3.5h-2.33c-.64,0-1.17-.52-1.17-1.17v-9.33c0-.65.52-1.17,1.17-1.17h2.33c1.93,0,3.5,1.57,3.5,3.5,0,.9-.34,1.71-.89,2.33.56.62.89,1.44.89,2.33ZM45.33,52.13v.2h-2.33v-.2c0-1.66-.6-3.23-1.68-4.47h-.65v4.67h-2.33v-10.5c0-.65.52-1.17,1.17-1.17h2.33c1.93,0,3.5,1.57,3.5,3.5,0,1.2-.61,2.26-1.54,2.89,1,1.49,1.54,3.24,1.54,5.07ZM53.5,52.33h-2.33v-3.5h-2.33v3.5h-2.33v-8.17c0-1.93,1.57-3.5,3.5-3.5s3.5,1.57,3.5,3.5v8.17ZM61.67,51.17c0,.54-.37,1.01-.9,1.14-.09.02-.18.03-.27.03-.44,0-.84-.24-1.04-.65l-2.46-4.91v5.56h-2.33v-10.5c0-.54.37-1.01.9-1.14.53-.12,1.07.13,1.31.61l2.46,4.91v-5.56h2.33v10.5h0ZM69.83,48.83c0,1.93-1.57,3.5-3.5,3.5h-2.33c-.64,0-1.17-.52-1.17-1.17v-9.33c0-.65.52-1.17,1.17-1.17h2.33c1.93,0,3.5,1.57,3.5,3.5v4.67Z\"/><path d=\"M74.5,73.33h4.67v4.67h-4.67v-4.67Z\"/><path d=\"M66.33,43h-1.17v7h1.17c.64,0,1.17-.52,1.17-1.17v-4.67c0-.64-.52-1.17-1.17-1.17Z\"/><path d=\"M74.5,22h4.67v4.67h-4.67v-4.67Z\"/><path d=\"M22,15h2.33v4.67h-2.33v-4.67Z\"/><path d=\"M15,23.17h3.5v2.33h-3.5v-2.33Z\"/><path d=\"M75.67,15h2.33v4.67h-2.33v-4.67Z\"/><path d=\"M15,74.5h3.5v2.33h-3.5v-2.33Z\"/>\r\n                                        </g>\r\n                                    </g>\r\n                                </svg>', 'two', 'Augmentez votre visibilité'),
(6, 'Social Media Content', 'Social_Media_Content', NULL, '2024-12-12 13:39:00', '2024-12-18 14:42:36', 'Content Marketing', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <g id=\"Copywriter\">\r\n                                      <path d=\"M47.02,77.13h5.97l1.7-3.39h30.93v-40.7c0-1.87-1.52-3.39-3.39-3.39h-8.48v37.3c0,1.87-1.52,3.39-3.39,3.39H29.65c-1.87,0-3.39-1.52-3.39-3.39V29.65h-8.48c-1.87,0-3.39,1.52-3.39,3.39v40.7h30.93l1.7,3.39Z\"/>\r\n                                      <path d=\"M56.78,77.13l-1.7,3.39h-10.17l-1.7-3.39H11v3.39c0,3.75,3.04,6.78,6.78,6.78h64.43c3.75,0,6.78-3.04,6.78-6.78v-3.39h-32.22Z\"/>\r\n                                      <path d=\"M70.35,26.26h-10.17c-1.87,0-3.39-1.52-3.39-3.39v-10.17h-27.13v54.26h40.7V26.26ZM34.74,21.17c0-.94.76-1.7,1.7-1.7h13.57c.94,0,1.7.76,1.7,1.7v3.39c0,.94-.76,1.7-1.7,1.7s-1.7-.76-1.7-1.7v-1.7h-3.39v10.17h1.7c.94,0,1.7.76,1.7,1.7s-.76,1.7-1.7,1.7h-6.78c-.94,0-1.7-.76-1.7-1.7s.76-1.7,1.7-1.7h1.7v-10.17h-3.39v1.7c0,.94-.76,1.7-1.7,1.7s-1.7-.76-1.7-1.7v-3.39ZM63.57,56.78h-27.13c-.94,0-1.7-.76-1.7-1.7s.76-1.7,1.7-1.7h27.13c.94,0,1.7.76,1.7,1.7s-.76,1.7-1.7,1.7ZM63.57,50h-27.13c-.94,0-1.7-.76-1.7-1.7s.76-1.7,1.7-1.7h27.13c.94,0,1.7.76,1.7,1.7s-.76,1.7-1.7,1.7ZM63.57,43.22h-27.13c-.94,0-1.7-.76-1.7-1.7s.76-1.7,1.7-1.7h27.13c.94,0,1.7.76,1.7,1.7s-.76,1.7-1.7,1.7ZM63.57,36.43h-10.17c-.94,0-1.7-.76-1.7-1.7s.76-1.7,1.7-1.7h10.17c.94,0,1.7.76,1.7,1.7s-.76,1.7-1.7,1.7Z\"/>\r\n                                      <path d=\"M60.17,12.7v10.17h10.17l-10.17-10.17Z\"/>\r\n                                    </g>\r\n                                </svg>', 'two', 'Augmentez votre visibilité'),
(7, 'E-réputation', 'E-réputation', NULL, '2024-12-12 13:39:00', '2024-12-18 14:42:38', 'Content Marketing', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <path class=\"cls-1\" fill-rule=\"evenodd\" d=\"M34.71,55.42c1.78-2.26,2.84-5.11,2.84-8.21,0-7.33-5.95-13.28-13.28-13.28s-13.28,5.95-13.28,13.28,5.95,13.28,13.28,13.28c3.2,0,6.14-1.13,8.43-3.02.07-.06.16-.05.23,0l5.33,5.09s.05.08.05.12v5.95c0,.06.03.11.08.14s.11.04.17,0l2.21-1.08c.06-.03.1-.09.1-.15v-5.49c0-.36-.15-.69-.4-.93h0s-5.75-5.49-5.75-5.49c-.06-.06-.07-.16-.02-.23h0ZM28.31,89.13v-18.56c0-.07-.06-.13-.13-.13h-4.36c-.07,0-.13.06-.13.13v18.56c0,.07.06.13.13.13h4.36c.07,0,.13-.06.13-.13ZM36.27,72.15c1.24-.27,3.58-1.41,5.81-2.48,3.8-1.82,4.76-2.03,7.38-1.52.01,0,.02,0,.03.01.15.06.31.1.49.1.01,0,.02,0,.03,0l1.09.23c1.89.41,8.51,1.64,8.51,3.74,0,.34-.01.53-.12.87-.17.54-.21.43-.41.66-.6.67-1.48,1.02-2.4.95l-11.19-.9c-.71-.06-1.32.47-1.38,1.18-.06.71.47,1.32,1.18,1.38l11.19.9c.86.07,1.7-.07,2.46-.37.63-.25,1.2-.61,1.69-1.06.01-.01.03-.02.04-.03.04-.02.08-.04.12-.07,0,0,0,0,0,0l13.95-8.1c.73-.42,1.57-.52,2.34-.33,2.63.65,3.13,4.02.82,5.38-6.81,4-22.33,13.79-26.22,13.56-6.92-.4-13.84-1.66-20.62-.67-.05,0-.1,0-.14-.04-.04-.03-.06-.08-.06-.13v-12.41c0-.09.07-.17.16-.17,1.76-.1,3.53-.3,5.24-.67h0ZM62.44,47.2c0,3.1,1.06,5.95,2.84,8.21.05.07.05.17-.02.23l-5.68,5.42s0,0,0,0c-.28.24-.46.59-.46.99v6.28c0,.07.04.13.1.16.77.36,1.52.79,2.17,1.33.05.04.12.05.18.02s.1-.09.1-.15v-7.02s.03-.09.06-.12l5.33-5.08c.06-.06.16-.06.23,0,2.29,1.89,5.23,3.02,8.43,3.02,7.33,0,13.28-5.95,13.28-13.28s-5.95-13.28-13.28-13.28-13.28,5.95-13.28,13.28h0ZM70.31,53.42v-9.11c0-.09.08-.17.17-.17h2.36c.09,0,.17-.08.17-.17v-2.98c0-1.16.95-2.1,2.1-2.1s2.1.95,2.1,2.1v2.98c0,.09.08.17.17.17h1.4c2.6,0,4.73,2.13,4.73,4.73s-2.13,4.73-4.73,4.73h-8.31c-.09,0-.17-.08-.17-.17h0ZM51.43,37.22c-.09,0-.15.08-.15.17v28.66c0,.05-.02.1-.06.13s-.09.05-.14.03l-.86-.18s0,0,0,0l-1.34-.2c-.08-.01-.15-.08-.15-.17v-28.28c0-.09-.07-.16-.15-.17-6.66-.72-11.84-6.35-11.84-13.2,0-7.33,5.95-13.28,13.28-13.28s13.28,5.95,13.28,13.28c0,6.85-5.19,12.49-11.84,13.2h0ZM57.44,24.17c.05-.03.09-.09.09-.15s-.03-.12-.09-.15l-10.98-6.34c-.05-.03-.12-.03-.17,0s-.09.09-.09.15v12.68c0,.06.03.12.09.15s.12.03.17,0l10.98-6.34ZM27.18,41.28c2.13,0,3.85,1.73,3.85,3.85,0,3.47-3.62,7.42-6.68,8.81-.05.02-.09.02-.14,0-3.06-1.39-6.68-5.34-6.68-8.81,0-2.13,1.73-3.85,3.85-3.85,1.09,0,2.07.45,2.77,1.18.03.03.07.05.12.05s.09-.02.12-.05c.7-.73,1.68-1.18,2.77-1.18Z\"/>\r\n                                </svg>', 'two', 'Augmentez votre visibilité'),
(8, 'Identité de marque', 'Identité_marque', NULL, '2024-12-12 13:40:00', '2024-12-18 14:42:04', 'Content Marketing', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <path class=\"cls-1\" fill-rule=\"evenodd\" d=\"M34.71,55.42c1.78-2.26,2.84-5.11,2.84-8.21,0-7.33-5.95-13.28-13.28-13.28s-13.28,5.95-13.28,13.28,5.95,13.28,13.28,13.28c3.2,0,6.14-1.13,8.43-3.02.07-.06.16-.05.23,0l5.33,5.09s.05.08.05.12v5.95c0,.06.03.11.08.14s.11.04.17,0l2.21-1.08c.06-.03.1-.09.1-.15v-5.49c0-.36-.15-.69-.4-.93h0s-5.75-5.49-5.75-5.49c-.06-.06-.07-.16-.02-.23h0ZM28.31,89.13v-18.56c0-.07-.06-.13-.13-.13h-4.36c-.07,0-.13.06-.13.13v18.56c0,.07.06.13.13.13h4.36c.07,0,.13-.06.13-.13ZM36.27,72.15c1.24-.27,3.58-1.41,5.81-2.48,3.8-1.82,4.76-2.03,7.38-1.52.01,0,.02,0,.03.01.15.06.31.1.49.1.01,0,.02,0,.03,0l1.09.23c1.89.41,8.51,1.64,8.51,3.74,0,.34-.01.53-.12.87-.17.54-.21.43-.41.66-.6.67-1.48,1.02-2.4.95l-11.19-.9c-.71-.06-1.32.47-1.38,1.18-.06.71.47,1.32,1.18,1.38l11.19.9c.86.07,1.7-.07,2.46-.37.63-.25,1.2-.61,1.69-1.06.01-.01.03-.02.04-.03.04-.02.08-.04.12-.07,0,0,0,0,0,0l13.95-8.1c.73-.42,1.57-.52,2.34-.33,2.63.65,3.13,4.02.82,5.38-6.81,4-22.33,13.79-26.22,13.56-6.92-.4-13.84-1.66-20.62-.67-.05,0-.1,0-.14-.04-.04-.03-.06-.08-.06-.13v-12.41c0-.09.07-.17.16-.17,1.76-.1,3.53-.3,5.24-.67h0ZM62.44,47.2c0,3.1,1.06,5.95,2.84,8.21.05.07.05.17-.02.23l-5.68,5.42s0,0,0,0c-.28.24-.46.59-.46.99v6.28c0,.07.04.13.1.16.77.36,1.52.79,2.17,1.33.05.04.12.05.18.02s.1-.09.1-.15v-7.02s.03-.09.06-.12l5.33-5.08c.06-.06.16-.06.23,0,2.29,1.89,5.23,3.02,8.43,3.02,7.33,0,13.28-5.95,13.28-13.28s-5.95-13.28-13.28-13.28-13.28,5.95-13.28,13.28h0ZM70.31,53.42v-9.11c0-.09.08-.17.17-.17h2.36c.09,0,.17-.08.17-.17v-2.98c0-1.16.95-2.1,2.1-2.1s2.1.95,2.1,2.1v2.98c0,.09.08.17.17.17h1.4c2.6,0,4.73,2.13,4.73,4.73s-2.13,4.73-4.73,4.73h-8.31c-.09,0-.17-.08-.17-.17h0ZM51.43,37.22c-.09,0-.15.08-.15.17v28.66c0,.05-.02.1-.06.13s-.09.05-.14.03l-.86-.18s0,0,0,0l-1.34-.2c-.08-.01-.15-.08-.15-.17v-28.28c0-.09-.07-.16-.15-.17-6.66-.72-11.84-6.35-11.84-13.2,0-7.33,5.95-13.28,13.28-13.28s13.28,5.95,13.28,13.28c0,6.85-5.19,12.49-11.84,13.2h0ZM57.44,24.17c.05-.03.09-.09.09-.15s-.03-.12-.09-.15l-10.98-6.34c-.05-.03-.12-.03-.17,0s-.09.09-.09.15v12.68c0,.06.03.12.09.15s.12.03.17,0l10.98-6.34ZM27.18,41.28c2.13,0,3.85,1.73,3.85,3.85,0,3.47-3.62,7.42-6.68,8.81-.05.02-.09.02-.14,0-3.06-1.39-6.68-5.34-6.68-8.81,0-2.13,1.73-3.85,3.85-3.85,1.09,0,2.07.45,2.77,1.18.03.03.07.05.12.05s.09-.02.12-.05c.7-.73,1.68-1.18,2.77-1.18Z\"/>\r\n                                </svg>', 'three', 'Touchez votre public cible'),
(9, 'Charte graphique', 'Charte_graphique', NULL, '2024-12-12 13:40:00', '2024-12-18 14:42:07', 'Content Marketing', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <path d=\"M18.12,28.1c.62,2.44,1.88,4.67,3.66,6.44l1.63,1.61,12.76-12.76-1.63-1.61c-1.78-1.78-4.01-3.04-6.44-3.66l-12.24-3.1c-.23-.06-.48,0-.65.18-.17.17-.24.42-.18.65l3.1,12.24Z\"/><path d=\"M32.53,45.16l12.76-12.76-6.21-6.13-12.76,12.76,6.21,6.13Z\"/><path d=\"M54.84,67.6l12.76-12.76,7.65,7.65-12.76,12.76-7.65-7.65Z\"/><path d=\"M78.16,65.39l-12.76,12.76,4.2,4.2c1.71,1.7,3.97,2.64,6.38,2.64s4.68-.94,6.38-2.64c3.52-3.52,3.52-9.24,0-12.76l-4.2-4.2Z\"/><path d=\"M46.58,52.58c.8-.8,2.1-.8,2.9,0l7.06,7.06,3.11-3.11-4.03-4.03c-.8-.8-.8-2.1,0-2.9.8-.8,2.1-.8,2.9,0l4.03,4.03,3.16-3.16-7.06-7.06c-.8-.8-.8-2.1,0-2.9.8-.8,2.1-.8,2.9,0l7.06,7.06,3.16-3.16-4.03-4.03c-.8-.8-.8-2.1,0-2.9.8-.8,2.1-.8,2.9,0l4.03,4.03,3.16-3.16-7.06-7.06c-.8-.8-.8-2.1,0-2.9s2.1-.8,2.9,0l7.06,7.06,2.9-2.91c.88-.88,1.36-2.04,1.36-3.28s-.48-2.4-1.36-3.28l-9.63-9.63c-.88-.88-2.04-1.36-3.28-1.36s-2.4.48-3.28,1.36l-51.1,51.1c-.88.88-1.36,2.04-1.36,3.28s.48,2.4,1.36,3.28l9.63,9.63c.88.88,2.04,1.36,3.28,1.36s2.4-.48,3.28-1.36l2.91-2.91-4.03-4.03c-.8-.8-.8-2.1,0-2.9.8-.8,2.1-.8,2.9,0l4.03,4.03,3.16-3.16-7.06-7.06c-.8-.8-.8-2.1,0-2.9.8-.8,2.1-.8,2.9,0l7.06,7.06,3.16-3.16-4.03-4.03c-.8-.8-.8-2.1,0-2.9.8-.8,2.1-.8,2.9,0l4.03,4.03,3.16-3.16-7.06-7.06c-.8-.8-.8-2.1,0-2.9h0Z\"/>\r\n                                </svg>', 'three', 'Touchez votre public cible'),
(10, 'Montage vidéo', 'Montage_vidéo', NULL, '2024-12-12 13:40:00', '2024-12-18 14:42:09', 'Content Marketing', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <path d=\"M50,17c-18.23,0-33,14.77-33,33s14.77,33,33,33,33-14.77,33-33c-.02-18.22-14.78-32.98-33-33ZM63.9,51.05c-.23.46-.6.83-1.06,1.06h0s-18.86,9.44-18.86,9.44c-1.16.58-2.58.11-3.16-1.05-.17-.33-.25-.7-.25-1.07v-18.86c0-1.3,1.05-2.36,2.36-2.36.37,0,.73.08,1.05.25l18.86,9.43c1.17.58,1.64,2,1.06,3.16Z\"/>\r\n                                </svg>', 'three', 'Touchez votre public cible'),
(11, 'Rédaction web', 'Rédaction_web', NULL, '2024-12-12 13:40:00', '2024-12-18 14:42:12', 'Content Marketing', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <path d=\"M59.01,26.36c-1.75-4.55-3.96-8.39-6.5-11.33-.83-.06-1.67-.09-2.51-.09s-1.68.03-2.51.09c-2.54,2.94-4.74,6.77-6.5,11.33-.57,1.47-1.08,2.99-1.53,4.56h21.07c-.45-1.57-.96-3.09-1.53-4.56Z\"/>\r\n                                    <path d=\"M38.43,64.97h23.13c.88-4.11,1.4-8.46,1.52-12.92h-26.17c.12,4.46.63,8.81,1.52,12.92Z\"/>\r\n                                    <path d=\"M61.57,35.03h-23.13c-.88,4.11-1.4,8.46-1.52,12.92h26.17c-.12-4.46-.63-8.81-1.52-12.92Z\"/>\r\n                                    <path d=\"M40.99,73.64c1.75,4.55,3.96,8.39,6.5,11.33.83.06,1.67.09,2.51.09s1.68-.03,2.51-.09c2.53-2.94,4.74-6.77,6.49-11.33.57-1.47,1.08-2.99,1.53-4.56h-21.07c.45,1.57.96,3.09,1.53,4.56Z\"/>\r\n                                    <path d=\"M65.76,35.03c.83,4.1,1.32,8.45,1.44,12.92h17.81c-.26-4.53-1.38-8.9-3.28-12.92-.02,0-.04,0-.06,0h-15.91Z\"/>\r\n                                    <path d=\"M34.24,64.97c-.83-4.1-1.32-8.45-1.44-12.92H15c.26,4.53,1.38,8.9,3.28,12.92.02,0,.04,0,.06,0h15.91Z\"/>\r\n                                    <path d=\"M64.79,69.08c-1.53,5.7-3.74,10.82-6.49,14.99,6.19-1.5,11.87-4.67,16.49-9.28,1.76-1.76,3.31-3.67,4.63-5.71h-14.63Z\"/>\r\n                                    <path d=\"M35.21,30.92c1.53-5.7,3.74-10.82,6.49-14.99-6.19,1.5-11.87,4.67-16.49,9.28-1.76,1.76-3.31,3.67-4.63,5.71h14.63Z\"/>\r\n                                    <path d=\"M35.21,69.08h-14.63c1.33,2.04,2.87,3.95,4.63,5.71,4.62,4.62,10.3,7.79,16.49,9.28-2.75-4.18-4.96-9.29-6.49-14.99Z\"/>\r\n                                    <path d=\"M64.79,30.92h14.63c-1.33-2.04-2.87-3.95-4.63-5.71-4.62-4.62-10.3-7.79-16.49-9.28,2.75,4.18,4.96,9.29,6.49,14.99Z\"/>\r\n                                    <path d=\"M67.19,52.05c-.12,4.47-.61,8.82-1.44,12.92h15.91s.04,0,.06,0c1.9-4.02,3.02-8.39,3.28-12.92h-17.81Z\"/>\r\n                                    <path d=\"M32.81,47.95c.12-4.47.61-8.82,1.44-12.92h-15.91s-.04,0-.06,0c-1.9,4.02-3.02,8.39-3.28,12.92h17.81Z\"/>\r\n                                </svg>', 'three', 'Touchez votre public cible'),
(12, 'Site web et landing page', 'Siteweb_landingpage', NULL, '2024-12-12 13:41:00', '2024-12-18 14:41:46', 'Développement Web', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <path d=\"M59.01,26.36c-1.75-4.55-3.96-8.39-6.5-11.33-.83-.06-1.67-.09-2.51-.09s-1.68.03-2.51.09c-2.54,2.94-4.74,6.77-6.5,11.33-.57,1.47-1.08,2.99-1.53,4.56h21.07c-.45-1.57-.96-3.09-1.53-4.56Z\"/>\r\n                                    <path d=\"M38.43,64.97h23.13c.88-4.11,1.4-8.46,1.52-12.92h-26.17c.12,4.46.63,8.81,1.52,12.92Z\"/>\r\n                                    <path d=\"M61.57,35.03h-23.13c-.88,4.11-1.4,8.46-1.52,12.92h26.17c-.12-4.46-.63-8.81-1.52-12.92Z\"/>\r\n                                    <path d=\"M40.99,73.64c1.75,4.55,3.96,8.39,6.5,11.33.83.06,1.67.09,2.51.09s1.68-.03,2.51-.09c2.53-2.94,4.74-6.77,6.49-11.33.57-1.47,1.08-2.99,1.53-4.56h-21.07c.45,1.57.96,3.09,1.53,4.56Z\"/>\r\n                                    <path d=\"M65.76,35.03c.83,4.1,1.32,8.45,1.44,12.92h17.81c-.26-4.53-1.38-8.9-3.28-12.92-.02,0-.04,0-.06,0h-15.91Z\"/>\r\n                                    <path d=\"M34.24,64.97c-.83-4.1-1.32-8.45-1.44-12.92H15c.26,4.53,1.38,8.9,3.28,12.92.02,0,.04,0,.06,0h15.91Z\"/>\r\n                                    <path d=\"M64.79,69.08c-1.53,5.7-3.74,10.82-6.49,14.99,6.19-1.5,11.87-4.67,16.49-9.28,1.76-1.76,3.31-3.67,4.63-5.71h-14.63Z\"/>\r\n                                    <path d=\"M35.21,30.92c1.53-5.7,3.74-10.82,6.49-14.99-6.19,1.5-11.87,4.67-16.49,9.28-1.76,1.76-3.31,3.67-4.63,5.71h14.63Z\"/>\r\n                                    <path d=\"M35.21,69.08h-14.63c1.33,2.04,2.87,3.95,4.63,5.71,4.62,4.62,10.3,7.79,16.49,9.28-2.75-4.18-4.96-9.29-6.49-14.99Z\"/>\r\n                                    <path d=\"M64.79,30.92h14.63c-1.33-2.04-2.87-3.95-4.63-5.71-4.62-4.62-10.3-7.79-16.49-9.28,2.75,4.18,4.96,9.29,6.49,14.99Z\"/>\r\n                                    <path d=\"M67.19,52.05c-.12,4.47-.61,8.82-1.44,12.92h15.91s.04,0,.06,0c1.9-4.02,3.02-8.39,3.28-12.92h-17.81Z\"/>\r\n                                    <path d=\"M32.81,47.95c.12-4.47.61-8.82,1.44-12.92h-15.91s-.04,0-.06,0c-1.9,4.02-3.02,8.39-3.28,12.92h17.81Z\"/>\r\n                                </svg>', 'fore', 'Développez un site web optimisé'),
(13, 'Application', 'Application', NULL, '2024-12-12 13:42:00', '2024-12-18 14:41:40', 'Développement Web', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <path fill-rule=\"evenodd\" d=\"M46.93,59.98c0-1.83-.73-3.59-2.02-4.88-1.29-1.3-3.05-2.02-4.88-2.02h-16.11c-1.83,0-3.59.73-4.88,2.02-1.3,1.29-2.02,3.05-2.02,4.88v16.11c0,1.83.73,3.59,2.02,4.88,1.29,1.3,3.05,2.02,4.88,2.02h16.11c1.83,0,3.59-.73,4.88-2.02,1.3-1.29,2.02-3.05,2.02-4.88v-16.11ZM81.45,59.98c0-1.83-.73-3.59-2.02-4.88-1.29-1.3-3.05-2.02-4.88-2.02h-16.11c-1.83,0-3.59.73-4.88,2.02-1.3,1.29-2.02,3.05-2.02,4.88v16.11c0,1.83.73,3.59,2.02,4.88,1.29,1.3,3.05,2.02,4.88,2.02h16.11c1.83,0,3.59-.73,4.88-2.02,1.3-1.29,2.02-3.05,2.02-4.88v-16.11ZM71.37,47.99l9.6-9.6c2.7-2.7,2.7-7.07,0-9.76l-9.6-9.6c-2.7-2.7-7.07-2.7-9.76,0l-9.6,9.6c-2.7,2.7-2.7,7.07,0,9.76l9.6,9.6c2.7,2.7,7.07,2.7,9.76,0ZM46.93,25.45c0-1.83-.73-3.59-2.02-4.88-1.29-1.3-3.05-2.02-4.88-2.02h-16.11c-1.83,0-3.59.73-4.88,2.02-1.3,1.29-2.02,3.05-2.02,4.88v16.11c0,1.83.73,3.59,2.02,4.88,1.29,1.3,3.05,2.02,4.88,2.02h16.11c1.83,0,3.59-.73,4.88-2.02,1.3-1.29,2.02-3.05,2.02-4.88v-16.11Z\"/>\r\n                                </svg>', 'fore', 'Développez un site web optimisé'),
(14, 'Reporting et datavisualisation', 'Reporting_datavisualisation', NULL, '2024-12-12 16:03:00', '2024-12-18 14:41:18', 'Analytics et data', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <path d=\"M14.11,60.56h8.44c1.17,0,2.11.94,2.11,2.11v21.11c0,1.17-.95,2.11-2.11,2.11h-8.44c-1.17,0-2.11-.95-2.11-2.11v-21.11c0-1.17.95-2.11,2.11-2.11Z\"/>\r\n                                        <path d=\"M35.22,43.67h8.44c1.17,0,2.11.95,2.11,2.11v38c0,1.17-.95,2.11-2.11,2.11h-8.44c-1.17,0-2.11-.95-2.11-2.11v-38c0-1.17.94-2.11,2.11-2.11Z\"/>\r\n                                        <path d=\"M56.33,52.11h8.44c1.17,0,2.11.95,2.11,2.11v29.56c0,1.17-.94,2.11-2.11,2.11h-8.44c-1.17,0-2.11-.95-2.11-2.11v-29.56c0-1.17.95-2.11,2.11-2.11Z\"/>\r\n                                        <path d=\"M77.44,39.44h8.44c1.17,0,2.11.95,2.11,2.11v42.22c0,1.17-.95,2.11-2.11,2.11h-8.44c-1.17,0-2.11-.95-2.11-2.11v-42.22c0-1.17.95-2.11,2.11-2.11Z\"/>\r\n                                        <path d=\"M81.67,14.11c-3.5,0-6.33,2.84-6.33,6.33,0,.69.13,1.37.36,2.02l-10.57,6.28c-1.39-1.47-3.4-2.18-5.4-1.92-2,.27-3.76,1.49-4.71,3.27l-9.32-4.62c.05-.27.07-.55.08-.82,0-2.56-1.54-4.88-3.9-5.86-2.37-.98-5.09-.44-6.91,1.37-1.81,1.81-2.36,4.54-1.37,6.91l-12.09,9.02c-.96-.57-2.05-.88-3.17-.88-3.5,0-6.33,2.84-6.33,6.33s2.84,6.33,6.33,6.33,6.33-2.84,6.33-6.33c0-.76-.15-1.52-.42-2.23l12.21-9.11c2.39,1.33,5.37.94,7.33-.96l10.6,5.25c.71,3.15,3.67,5.26,6.87,4.9s5.63-3.07,5.63-6.29c0-.16-.04-.31-.05-.47l11.49-6.83c1,.63,2.15.97,3.33.97,3.5,0,6.33-2.84,6.33-6.33s-2.84-6.33-6.33-6.33Z\"/>\r\n                                    </svg>', 'five', 'Mesurez l\'efficacité de vos actions'),
(15, 'Tag management system', 'Tagmanagement_system', NULL, '2024-12-12 16:04:00', '2024-12-18 14:41:13', 'Analytics et data', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <path d=\"M54.26,41.87c0,5.8-5.34,12.82-8.09,16.07-2.75-3.21-8.09-10.23-8.09-16.07,0-4.46,3.63-8.09,8.09-8.09s8.09,3.63,8.09,8.09ZM90.21,90.18c-.57.57-1.3.84-2.02.84s-1.45-.27-2.02-.84l-15.76-15.76c-6.53,5.57-14.96,8.97-24.19,8.97-20.53,0-37.21-16.68-37.21-37.21S25.64,8.98,46.17,8.98s37.21,16.68,37.21,37.21c0,9.24-3.4,17.67-8.97,24.19l15.76,15.76c1.11,1.11,1.11,2.94,0,4.05h.04ZM59.98,41.87c0-7.59-6.18-13.81-13.81-13.81s-13.81,6.18-13.81,13.81c0,8.43,7.37,17.48,10.53,20.99.84.92,2.02,1.45,3.28,1.45s2.44-.53,3.28-1.45c3.17-3.51,10.53-12.56,10.53-20.99Z\"/>\r\n                                    </svg>', 'five', 'Mesurez l\'efficacité de vos actions'),
(16, 'Solution de MMP', 'Solution_MMP', NULL, '2024-12-12 16:04:00', '2024-12-18 14:41:08', 'Analytics et data', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <path d=\"M68.49,84.68c-.4.61-1.06.98-1.78.98h-33.43c-.72,0-1.39-.37-1.78-.98-.38-.59-.43-1.33-.16-1.97.82-1.83,2.64-2.99,4.64-2.99h4v-3.52h20.03v3.52h4c2,0,3.81,1.18,4.64,2.99.27.64.21,1.39-.18,1.97h0Z\"/>\r\n                                        <g><path d=\"M35.69,34.21c-1.1,4.12-4.88,7.16-9.34,7.16-5.33-.02-9.67-4.34-9.67-9.67,0-4.47,3.04-8.23,7.16-9.34-.11.43-.05.14-.06,9.34,0,1.41,1.15,2.56,2.56,2.56,9.14-.02,8.9.03,9.35-.05h0Z\"/><path d=\"M36.01,31.7c0,.46-.38.85-.85.85h-8.81c-.46,0-.85-.38-.85-.85v-8.81c0-.48.38-.85.85-.85,5.33,0,9.66,4.32,9.66,9.66Z\"/><path d=\"M35.16,46.54h-17.63c-.46,0-.85-.38-.85-.85s.38-.85.85-.85h17.63c.46,0,.85.38.85.85s-.38.85-.85.85Z\"/><path d=\"M35.16,51.57h-17.63c-.46,0-.85-.38-.85-.85s.38-.85.85-.85h17.63c.46,0,.85.38.85.85s-.38.85-.85.85Z\"/><path d=\"M35.16,56.61h-17.63c-.46,0-.85-.38-.85-.85s.38-.85.85-.85h17.63c.46,0,.85.38.85.85s-.38.85-.85.85Z\"/><path d=\"M51.66,42.39v12.51c0,.94-.77,1.71-1.71,1.71h-3.55c-.94,0-1.71-.77-1.71-1.71v-12.51c0-.94.75-1.71,1.71-1.71h3.55c.94,0,1.71.77,1.71,1.71Z\"/><path d=\"M62.21,33.59v21.31c0,.94-.77,1.71-1.71,1.71h-3.55c-.94,0-1.71-.77-1.71-1.71v-21.31c0-.94.75-1.71,1.71-1.71h3.55c.94,0,1.71.77,1.71,1.71Z\"/><path d=\"M72.75,42.39v12.51c0,.94-.77,1.71-1.71,1.71h-3.57c-.94,0-1.71-.77-1.71-1.71v-12.51c0-.94.77-1.71,1.71-1.71h3.57c.94,0,1.71.77,1.71,1.71Z\"/><path d=\"M83.3,37.17v17.73c0,.94-.77,1.71-1.71,1.71h-3.57c-.94,0-1.71-.77-1.71-1.71v-17.73c0-.94.77-1.71,1.71-1.71h3.57c.94,0,1.71.77,1.71,1.71h0Z\"/><path d=\"M69.26,36.28c-.24,0-.48-.11-.66-.3l-9.96-11.85-9.88,9.54c-.34.32-.88.32-1.2-.02s-.32-.88.02-1.2l10.55-10.18c.18-.16.4-.26.64-.24s.46.13.61.3l10.04,11.95,9.91-7c.38-.27.91-.18,1.18.21s.18.91-.21,1.18l-10.55,7.46c-.14.1-.32.14-.5.14h0Z\"/></g>\r\n                                        <g><path d=\"M49.99,66.52c-.64,0-1.17.53-1.17,1.17s.53,1.17,1.17,1.17,1.17-.53,1.17-1.17-.53-1.17-1.17-1.17h0Z\"/><path d=\"M86.71,14.34H13.28c-2.37,0-4.28,1.91-4.28,4.26,0,1.36,0,54.89,0,51.62,0,2.35,1.91,4.28,4.28,4.28h73.45c2.35,0,4.28-1.92,4.28-4.28V18.6c-.02-2.35-1.94-4.26-4.29-4.26ZM49.99,70.58c-1.59,0-2.88-1.3-2.88-2.88s1.3-2.88,2.88-2.88,2.88,1.3,2.88,2.88-1.3,2.88-2.88,2.88h0ZM87.57,60.87H12.41V18.6c0-.46.38-.85.85-.85h73.45c.46,0,.85.38.85.85v42.27h.02Z\"/></g>\r\n                                    </svg>', 'five', 'Mesurez l\'efficacité de vos actions'),
(17, 'Accompagnement digital', 'Accompagnement_digital', NULL, '2024-12-12 16:05:00', '2024-12-18 14:40:29', 'Marketing Digital', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <path d=\"M58.29,27.86c3.7,2.32,6.3,6.25,6.78,10.82,1.51.71,3.19,1.11,4.97,1.11,6.49,0,11.75-5.26,11.75-11.75s-5.26-11.75-11.75-11.75c-6.43,0-11.64,5.17-11.74,11.57ZM50.59,51.92c6.49,0,11.75-5.26,11.75-11.75s-5.26-11.75-11.75-11.75-11.75,5.26-11.75,11.75,5.26,11.75,11.75,11.75ZM55.58,52.72h-9.97c-8.3,0-15.05,6.75-15.05,15.05v12.19l.03.19.84.26c7.92,2.47,14.8,3.3,20.46,3.3,11.06,0,17.47-3.15,17.86-3.35l.78-.4h.08v-12.2c0-8.3-6.75-15.05-15.04-15.05ZM75.02,40.59h-9.9c-.11,3.96-1.8,7.52-4.47,10.09,7.38,2.19,12.77,9.03,12.77,17.11v3.76c9.77-.36,15.4-3.13,15.77-3.31l.79-.4h.08v-12.2c0-8.3-6.75-15.05-15.05-15.05ZM29.97,39.79c2.3,0,4.44-.67,6.25-1.81.58-3.76,2.59-7.04,5.47-9.28.01-.22.03-.44.03-.66,0-6.49-5.26-11.75-11.75-11.75s-11.75,5.26-11.75,11.75,5.26,11.75,11.75,11.75ZM40.52,50.68c-2.66-2.55-4.34-6.1-4.47-10.03-.37-.03-.73-.06-1.1-.06h-9.97c-8.3,0-15.05,6.75-15.05,15.05v12.2l.03.19.84.26c6.35,1.98,12.02,2.9,16.94,3.19v-3.68c0-8.08,5.4-14.92,12.77-17.11Z\"/>\r\n                                    </svg>', 'six', 'Agence marketing digital à 360°C'),
(18, 'Audit digital', 'Audit_digital', NULL, '2024-12-12 16:05:00', '2024-12-18 14:40:26', 'Marketing Digital', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <path d=\"M74.57,61.1c3.67-2.93,6.02-7.45,6.02-12.51,0-8.85-7.17-16.02-16.02-16.02s-16.02,7.17-16.02,16.02,7.17,16.02,16.02,16.02c2.06,0,4.03-.39,5.84-1.1l2.64,4.58c.57-.56,1.22-1.05,1.93-1.46.7-.41,1.46-.72,2.23-.94l-2.65-4.58ZM71.93,47.51l-7.55,7.55c-.94.94-2.46.94-3.4,0l-3.77-3.77c-.94-.94-.94-2.46,0-3.4s2.46-.94,3.4,0l2.08,2.08,5.85-5.85c.94-.94,2.46-.94,3.4,0s.94,2.46,0,3.4h0Z\"/>\r\n                                        <path d=\"M90.36,83.63l-6.41-11.1c-1.33-2.3-4.27-3.09-6.56-1.76-2.3,1.33-3.09,4.27-1.76,6.56l6.41,11.1c1.33,2.3,4.27,3.09,6.56,1.76,2.3-1.33,3.09-4.27,1.76-6.56Z\"/>\r\n                                        <path d=\"M45.62,57.21h-24.54c-1.29,0-2.41-.99-2.47-2.29-.06-1.38,1.03-2.52,2.4-2.52h23.09c-.23-1.24-.35-2.51-.35-3.82,0-.33,0-.66.02-.99h-22.7c-1.29,0-2.41-.99-2.47-2.29-.06-1.38,1.03-2.52,2.4-2.52h23.56c.49-1.7,1.2-3.31,2.08-4.8h-25.58c-1.29,0-2.41-.99-2.47-2.29-.06-1.38,1.03-2.52,2.4-2.52h29.57c3.7-3.36,8.61-5.42,13.99-5.42V11.56c0-1.33-1.08-2.4-2.4-2.4H11.4c-1.33,0-2.4,1.08-2.4,2.4v76.88c0,1.33,1.08,2.4,2.4,2.4h50.77c1.33,0,2.4-1.08,2.4-2.4v-19.03c-8.41,0-15.67-5.01-18.95-12.2h0ZM21.01,23.57h22.42c1.33,0,2.4,1.08,2.4,2.4s-1.08,2.4-2.4,2.4h-22.42c-1.33,0-2.4-1.08-2.4-2.4s1.08-2.4,2.4-2.4ZM18.61,64.41c0-1.33,1.08-2.4,2.4-2.4h22.42c1.33,0,2.4,1.08,2.4,2.4s-1.08,2.4-2.4,2.4h-22.42c-1.33,0-2.4-1.08-2.4-2.4ZM55.45,74.02c0,1.33-1.08,2.4-2.4,2.4h-16.02c-1.33,0-2.4-1.08-2.4-2.4s1.08-2.4,2.4-2.4h16.02c1.33,0,2.4,1.08,2.4,2.4Z\"/>\r\n                                        <path d=\"M64.57,27.77h0s.08,0,0,0Z\"/>\r\n                                        <path d=\"M64.57,27.77h0s-.08,0,0,0Z\"/>\r\n                                        <path d=\"M64.57,69.41c.08,0,.04,0,0,0h0Z\"/>\r\n                                        <path d=\"M64.57,69.4h0c-.08,0-.04,0,0,0Z\"/>\r\n                                    </svg>', 'six', 'Agence marketing digital à 360°C'),
(19, 'Formations', 'Formations', NULL, '2024-12-12 16:06:00', '2024-12-18 14:40:23', 'Marketing Digital', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <path d=\"M83.45,14.15h-36.03c-4.17,0-7.55,3.38-7.55,7.55v17.75c1.9.95,3.96,1.97,5.88,2.92l2.94-5.88c1.78-3.56,6.12-5,9.67-3.22,3.56,1.78,5,6.11,3.22,9.67l-5.24,10.48c.14,1.39.02,2.79-.38,4.14h3.46l-9.12,25.08c-.54,1.49.5,3.22,2.26,3.22.98,0,1.9-.6,2.26-1.58l9.72-26.72h1.68l9.82,26.73c.36.97,1.28,1.57,2.26,1.57,1.64,0,2.84-1.64,2.25-3.23l-9.21-25.08h12.1c4.17,0,7.55-3.38,7.55-7.55v-28.31c0-4.17-3.38-7.55-7.55-7.55ZM78.3,47.26h-10.78c-1.33,0-2.4-1.08-2.4-2.4s1.08-2.4,2.4-2.4h10.78c1.33,0,2.4,1.07,2.4,2.4s-1.07,2.4-2.4,2.4ZM78.3,38.25h-10.78c-1.33,0-2.4-1.07-2.4-2.4s1.08-2.4,2.4-2.4h10.78c1.33,0,2.4,1.08,2.4,2.4s-1.07,2.4-2.4,2.4ZM78.3,29.24h-25.73c-1.33,0-2.4-1.08-2.4-2.4s1.07-2.4,2.4-2.4h25.73c1.33,0,2.4,1.08,2.4,2.4s-1.07,2.4-2.4,2.4Z\"/>\r\n                                        <path d=\"M51.27,56.52c.43-1.27.43-2.6.06-3.81l5.96-11.92c.59-1.19.11-2.63-1.07-3.22-1.19-.59-2.63-.11-3.22,1.07l-5.08,10.17c-3.04-1.51-7.66-3.81-11.38-5.66-3.46-1.72-5.93-3.26-10.14-3.26h-2.12c3.28,0,6.21-1.51,8.13-3.87,1.46-1.8,2.34-4.09,2.34-6.59,0-5.78-4.68-10.46-10.47-10.46s-10.46,4.68-10.46,10.46c0,2.78,1.08,5.3,2.84,7.17,1.91,2.03,4.62,3.29,7.62,3.29-4.03,0-7.96,1.63-10.79,4.47-2.89,2.88-4.48,6.71-4.48,10.8v7.72c0,3.32,2.16,6.15,5.15,7.16v13.43c0,1.33,1.08,2.4,2.4,2.4h15.44c1.33,0,2.4-1.08,2.4-2.4v-26.99c2.28,1.14,5.27,2.63,7.69,3.85,1.7.85,3.68.92,5.45.21,1.76-.73,3.12-2.17,3.73-3.96v-.03Z\"/>\r\n                                    </svg>', 'six', 'Agence marketing digital à 360°C'),
(20, 'Whatsapping', 'Whatsapping', NULL, '2024-12-12 16:07:00', '2024-12-18 14:39:58', 'Automation', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <path d=\"M50.01,15h-.02c-19.3,0-34.99,15.7-34.99,35,0,7.66,2.47,14.75,6.66,20.51l-4.36,13,13.45-4.3c5.53,3.67,12.14,5.78,19.25,5.78,19.3,0,34.99-15.7,34.99-35S69.31,15,50.01,15ZM70.37,64.42c-.84,2.38-4.2,4.36-6.87,4.94-1.83.39-4.22.7-12.26-2.63-10.29-4.26-16.91-14.71-17.43-15.39-.49-.68-4.16-5.53-4.16-10.56s2.55-7.47,3.58-8.52c.84-.86,2.24-1.26,3.58-1.26.43,0,.82.02,1.17.04,1.03.04,1.54.1,2.22,1.73.84,2.03,2.9,7.06,3.15,7.57.25.52.5,1.22.15,1.89-.33.7-.62,1.01-1.13,1.61s-1.01,1.05-1.52,1.69c-.47.56-1.01,1.15-.41,2.18.6,1.01,2.65,4.36,5.68,7.06,3.91,3.48,7.07,4.59,8.21,5.06.84.35,1.85.27,2.47-.39.78-.84,1.75-2.24,2.73-3.62.7-.99,1.58-1.11,2.51-.76.94.33,5.95,2.8,6.97,3.31,1.03.52,1.71.76,1.96,1.19.25.43.25,2.47-.6,4.86Z\"/>\r\n                                    </svg>', 'seven', 'Automatisez vos actions marketing'),
(21, 'Smsing', 'Smsing', NULL, '2024-12-12 16:07:00', '2024-12-18 14:40:00', 'Automation', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <g id=\"_01\">\r\n                                        <path d=\"M53.83,30.79h-20.43c-.8,0-1.6.04-2.39.13-8.59.73-12.9,5.81-12.9,15.16v12.77c0,12.77,5.11,15.29,15.29,15.29h1.28c.79.05,1.53.42,2.04,1.02l3.83,5.11c1.06,1.69,3.28,2.21,4.98,1.15.47-.29.86-.69,1.15-1.15l3.83-5.11c.48-.64,1.24-1.02,2.04-1.02h1.28c9.35,0,14.43-4.28,15.16-12.9.09-.79.13-1.59.13-2.39v-12.77c0-10.18-5.1-15.28-15.29-15.29h0ZM32.46,56.33h-.02c-1.76,0-3.19-1.44-3.18-3.2s1.44-3.19,3.2-3.18,3.19,1.44,3.18,3.2c0,1.76-1.43,3.18-3.18,3.18h0ZM43.63,56.33h-.02c-1.76,0-3.19-1.44-3.18-3.2s1.44-3.19,3.2-3.18,3.19,1.44,3.18,3.2c0,1.76-1.43,3.18-3.18,3.18ZM54.79,56.33h-.02c-1.76,0-3.19-1.44-3.19-3.2,0-1.76,1.44-3.19,3.2-3.19s3.19,1.44,3.19,3.2c0,1.76-1.43,3.18-3.19,3.19ZM81.89,33.32v12.77c0,6.37-1.98,10.74-5.93,13.11-.67.38-1.53.13-1.9-.54-.13-.23-.19-.5-.17-.77l.03-11.8c0-12.77-7.31-20.08-20.08-20.08l-19.44.03c-.77.05-1.44-.54-1.49-1.31-.02-.27.04-.54.18-.78,2.4-3.94,6.76-5.92,13.09-5.92h20.43c10.18,0,15.28,5.1,15.29,15.29h0Z\"/>\r\n                                        </g>\r\n                                    </svg>', 'seven', 'Automatisez vos actions marketing'),
(22, 'Emailing', 'Emailing', NULL, '2024-12-12 16:08:00', '2024-12-18 14:39:55', 'Automation', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <path fill-rule=\"evenodd\" d=\"M18.94,24.65l22.24,22.25c4.85,4.84,12.78,4.85,17.63,0l22.24-22.25c.22-.22.19-.59-.07-.77-2.27-1.58-5.03-2.52-8-2.52H27.01c-2.97,0-5.73.94-8,2.52-.26.18-.29.55-.07.77h0ZM13,35.37c0-2.34.58-4.55,1.6-6.49.16-.3.56-.37.81-.12l21.96,21.96c6.95,6.96,18.31,6.97,25.27,0l21.96-21.96c.24-.24.65-.18.81.12,1.02,1.94,1.6,4.15,1.6,6.49v29.25c0,7.73-6.29,14.01-14.01,14.01H27.01c-7.72,0-14.01-6.28-14.01-14.01v-29.25Z\"/>\r\n                                    </svg>', 'seven', 'Automatisez vos actions marketing'),
(23, 'Stratégie de netlinking', 'Stratégie_netlinking', NULL, '2024-12-12 16:09:00', '2024-12-18 14:39:37', 'SEO', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <path d=\"M50.01,15h-.02c-19.3,0-34.99,15.7-34.99,35,0,7.66,2.47,14.75,6.66,20.51l-4.36,13,13.45-4.3c5.53,3.67,12.14,5.78,19.25,5.78,19.3,0,34.99-15.7,34.99-35S69.31,15,50.01,15ZM70.37,64.42c-.84,2.38-4.2,4.36-6.87,4.94-1.83.39-4.22.7-12.26-2.63-10.29-4.26-16.91-14.71-17.43-15.39-.49-.68-4.16-5.53-4.16-10.56s2.55-7.47,3.58-8.52c.84-.86,2.24-1.26,3.58-1.26.43,0,.82.02,1.17.04,1.03.04,1.54.1,2.22,1.73.84,2.03,2.9,7.06,3.15,7.57.25.52.5,1.22.15,1.89-.33.7-.62,1.01-1.13,1.61s-1.01,1.05-1.52,1.69c-.47.56-1.01,1.15-.41,2.18.6,1.01,2.65,4.36,5.68,7.06,3.91,3.48,7.07,4.59,8.21,5.06.84.35,1.85.27,2.47-.39.78-.84,1.75-2.24,2.73-3.62.7-.99,1.58-1.11,2.51-.76.94.33,5.95,2.8,6.97,3.31,1.03.52,1.71.76,1.96,1.19.25.43.25,2.47-.6,4.86Z\"/>\r\n                                    </svg>', 'eat', 'Améliorez votre positionnement'),
(24, 'Monitoring et suivi', 'Monitoring_suivi', NULL, '2024-12-12 16:09:00', '2024-12-18 14:39:33', 'SEO', NULL, 'eat', 'Améliorez votre positionnement'),
(25, 'Référencement local', 'Référencement_local', NULL, '2024-12-12 16:10:00', '2024-12-18 14:39:30', 'SEO', NULL, 'eat', 'Améliorez votre positionnement'),
(26, 'Google Ads (SEA)', 'Google_Ads', NULL, '2024-12-12 12:20:00', '2024-12-18 13:43:01', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <g id=\"_18._google_ads_logo\">\r\n                                      <path d=\"M16.63,63.68c-3.36,5.82-1.36,13.27,4.46,16.63,5.82,3.36,13.27,1.36,16.63-4.46,1.07-1.85,1.63-3.94,1.63-6.08,0-6.72-5.45-12.17-12.17-12.18-4.35,0-8.37,2.32-10.55,6.09Z\"/>\r\n                                      <path d=\"M34.9,32.03l-13.69,23.74c7.73-3.3,16.67.3,19.96,8.03.56,1.32.94,2.72,1.11,4.14l5.96-10.35c-11.32-19.57-12.96-21.44-13.34-25.56h0Z\"/>\r\n                                      <path d=\"M83.37,63.68c-.78-1.31-23.02-39.97-23.46-40.54-3.92-5.46-11.52-6.72-16.99-2.8-5.15,3.69-6.61,10.72-3.34,16.16-.15,0-.76-1.31,22.7,39.35,3.36,5.82,10.81,7.82,16.63,4.46s7.82-10.81,4.46-16.63Z\"/>\r\n                                    </g>\r\n                                </svg>', 'one', NULL),
(27, 'Social Ads', 'Social_Ads', NULL, '2024-12-12 12:20:00', '2024-12-18 13:43:03', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <path d=\"M82.13,69.67c-.23-.16-9.37-20.02-9.89-20.9.3-.96.09-2.01-.57-2.77-3.59-3.17-12.33,5.03-15.78,8.16-1.52,1.62-12.07,11.34-8.83,15.42.72.68,1.74.93,2.69.68l13.59,7.15-6.59,6.33c-.72.67-1.13,1.61-1.15,2.59.09,1.46.83,2.81,2.02,3.68,1.42,1.48,3.77,1.54,5.25.12,0,0,0,0,0,0l8.83-8.46c6.96,2.37,13.74-5.37,10.43-11.99ZM49.48,67.35c-.02-1.3,2.92-5.7,8.44-11.06,5.61-5.33,10.03-7.91,11.43-8-.79,2.26-3.14,5.78-8.53,11.03-5.44,5.09-9.08,7.38-11.34,8.03Z\"/>\r\n                                    <path d=\"M57.84,38.09c-.81.03-1.44.71-1.41,1.53,0,0,0,0,0,0l.22,5.7c.03.81.72,1.44,1.53,1.41s1.44-.72,1.41-1.53h0l-.22-5.7c-.02-.8-.69-1.43-1.49-1.41-.01,0-.03,0-.04,0Z\"/>\r\n                                    <path d=\"M41.33,54.08c-.81-.05-1.51.56-1.57,1.37-.05.79.53,1.48,1.32,1.56l5.69.47c.81.05,1.51-.56,1.56-1.38.05-.79-.53-1.48-1.32-1.56l-5.69-.47Z\"/>\r\n                                    <path d=\"M50.51,50.68c.57.58,1.51.58,2.08,0,.56-.56.58-1.46.04-2.04l-3.41-3.56c-.56-.59-1.49-.6-2.08-.04-.58.56-.6,1.49-.04,2.08l3.41,3.56Z\"/>\r\n                                    <path d=\"M31,59.6c-7.74,0-14,6.28-14,14.02.77,18.59,27.26,18.57,28.02,0,0-7.74-6.28-14.01-14.02-14.02ZM33.81,70.89v5.65c.08,2.44-1.83,4.48-4.27,4.57h-1.27c-2.14-.13-3.76-1.98-3.63-4.11.12-1.95,1.68-3.5,3.63-3.63.83,0,1.51.65,1.54,1.47.03.78-.58,1.44-1.36,1.47-.02,0-.03,0-.05,0-.46-.06-.82.36-.82.93,0,.5.31.93.69.93h1.27c.81-.09,1.4-.82,1.32-1.63v-8.97c.02-.82.7-1.47,1.52-1.45.36,0,.7.15.97.39,1.39,1.34,2.86,2.58,4.41,3.72.44.03.84.27,1.09.63.46.67.29,1.58-.38,2.04,0,0,0,0,0,0-.72.5-1.28.88-4.66-2.02Z\"/>\r\n                                    <path d=\"M31,53.57c7.74,0,14.01-6.27,14.02-14-.75-18.59-27.28-18.6-28.02,0,0,7.73,6.27,14,14,14ZM26.12,38.68h2.28v-2.47c0-3,2.43-5.42,5.43-5.43,1.52-.04,4.35.85,3.32,2.82-.43.69-1.32.9-2.02.49-.39-.24-.85-.37-1.31-.37-1.37,0-2.48,1.11-2.49,2.48,0,0,0,0,0,0v2.47h2.78c.81.01,1.46.68,1.45,1.49-.01.79-.65,1.44-1.45,1.45h-2.78v5.25c0,.81-.65,1.47-1.47,1.48-.81,0-1.47-.65-1.48-1.47,0,0,0,0,0,0v-5.25h-2.28c-.81-.01-1.46-.68-1.45-1.49.01-.79.65-1.44,1.45-1.45Z\"/>\r\n                                    <path d=\"M61.78,37.21c7.85-.01,14.21-6.38,14.21-14.22-.77-18.86-27.66-18.84-28.43,0,.01,7.85,6.37,14.21,14.22,14.22ZM53.88,18.88c0-2.09,1.69-3.79,3.78-3.8h8.22c2.09,0,3.79,1.7,3.8,3.8v8.22c0,2.09-1.7,3.78-3.8,3.78h-8.22c-2.09,0-3.78-1.69-3.78-3.78h0v-8.23Z\"/>\r\n                                    <path d=\"M57.66,27.94h8.22c.46,0,.85-.36.85-.83,0,0,0,0,0,0v-8.22c0-.47-.38-.85-.85-.85h-8.22c-.46,0-.84.38-.84.84,0,0,0,0,0,0v8.22c0,.46.36.83.82.84,0,0,.01,0,.02,0ZM61.78,18.96c2.23.03,4.01,1.86,3.99,4.09-.03,2.19-1.8,3.96-3.99,3.99-2.23-.03-4.01-1.86-3.98-4.09.03-2.19,1.8-3.95,3.98-3.98Z\"/>\r\n                                    <path d=\"M61.78,24.09c.61-.02,1.08-.52,1.07-1.12-.01-.58-.48-1.05-1.07-1.07-.61.02-1.08.52-1.07,1.13.02.58.48,1.05,1.07,1.07Z\"/>\r\n                                </svg>', 'one', NULL),
(28, 'Amazon Ads', 'Amazon_Ads', NULL, '2024-12-12 12:20:00', '2024-12-18 13:43:08', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <g id=\"layer1\">\r\n                                      <path id=\"path825\" d=\"M45.28,15.01c-16.69,0-30.28,13.58-30.28,30.27,0,16.69,13.6,30.26,30.28,30.26,7.51,0,14.37-2.76,19.66-7.3l2.64,2.64-1.65,1.65c-.91.91-.91,2.38,0,3.29l6.98,6.98c1.53,1.53,3.49,2.27,5.32,2.19,1.82-.08,3.45-.9,4.65-2.1s2.02-2.82,2.11-4.64c.09-1.82-.66-3.79-2.18-5.32l-6.99-6.99c-.44-.44-1.05-.69-1.68-.68-.61,0-1.19.25-1.61.68l-1.65,1.65-2.64-2.64c4.55-5.3,7.31-12.16,7.31-19.67,0-16.69-13.58-30.27-30.27-30.27ZM49.92,33.62h9.32c1.29,0,2.33,1.03,2.34,2.32,0,0,0,.01,0,.02v9.32c.03,1.29-.99,2.35-2.28,2.38s-2.35-.99-2.38-2.28c0-.03,0-.07,0-.1v-3.7l-10,9.99c-.91.9-2.37.9-3.28,0l-3.01-3.01-7.67,7.67c-2.19,2.34-5.63-1.08-3.3-3.28l9.32-9.31c.91-.9,2.37-.9,3.28,0l3.01,3.02,8.37-8.37h-3.71c-1.29.03-2.35-.99-2.38-2.28-.03-1.29.99-2.35,2.28-2.38.03,0,.07,0,.1,0Z\" vector-effect=\"none\"/>\r\n                                    </g>\r\n                                </svg>', 'one', NULL);
INSERT INTO `services` (`id`, `name`, `slug`, `description`, `created_at`, `updated_at`, `category`, `icon`, `order`, `categ_description`) VALUES
(29, 'Programmatique et display', 'Programmatique_display', NULL, '2024-12-12 12:21:00', '2024-12-18 13:42:57', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <path d=\"M60.51,33.88c0-.53-.32-.96-.85-1.07l-5.44-.96c-.32-.85-.64-1.71-1.17-2.56l2.99-4.16c.32-.43.21-1.07-.11-1.39-.11-.11-3.95-3.63-4.27-3.84s-.64-.32-1.07-.21c-.21.11-.32.11-.43.21l-4.06,2.56c-.11.11-.21.11-.32.21-.85-.43-1.71-.75-2.56-.96l-1.07-5.02c-.11-.53-.53-.85-1.07-.85h-5.87c-.53,0-.96.43-1.07.96l-1.07,4.91c-.96.32-1.92.64-2.78,1.07-2.35-1.49-3.63-2.24-4.38-2.67q-.11-.11-.21-.21v.11c-.64-.32-.75-.21-1.07-.11,0,.11-.21.21-.21.32l-4.06,3.74c-.43.43-.43,1.07,0,1.49.32.43,1.28,1.71,2.03,2.78l.85,1.39c-.43.85-.85,1.71-1.07,2.56l-5.34.96c-.53.11-.85.53-.85,1.07v5.55c0,.43.21.75.53.96.21.11.32.21.53.11l5.23.96c.21.64.53,1.49,1.17,2.56-1.49,2.14-2.35,3.31-2.78,4.06-.11,0-.11.11-.21.21-.32.64-.32.75-.11,1.07.11.21.21.32.43.43.75.64,3.84,3.52,4.06,3.74.32.21.64.32,1.07.21.11,0,.32-.11.43-.21l4.38-2.88c.85.43,1.71.75,2.56.96l1.07,5.02c.11.53.53.85,1.07.85h5.87c.53,0,.96-.32,1.07-.85l1.07-5.02c.96-.32,1.92-.64,2.78-1.07l4.59,2.88c.43.21.96.21,1.28-.11l4.16-3.95c.43-.32.43-.96.11-1.39l-2.99-4.16c.43-.85.85-1.71,1.07-2.56l5.34-.96c.53-.11.85-.53.85-1.07l-.11-5.66ZM38.31,46.05c-5.23,0-9.39-3.42-9.82-9.07v-.21c0-4.59,3.63-8.54,8.54-9.18,5.66-.64,11,3.42,11,9.18,0,5.12-4.48,9.29-9.71,9.29h0Z\"/>\r\n                                    <path d=\"M83.89,64.62c0-.53-.32-.96-.85-1.07l-3.95-.75c-.21-.64-.53-1.28-.75-1.81l2.24-3.31c.32-.43.21-.96-.11-1.39-3.31-3.2-3.63-3.63-4.27-3.42-.21.11-3.42,2.35-3.52,2.46-.53-.32-1.07-.53-1.71-.64l-.75-3.95c-.11-.53-.53-.85-1.07-.85h-4.48c-.53,0-.96.43-1.07.96l-.75,3.84c-.64.21-1.28.43-1.81.75-.96-.64-3.1-2.03-3.31-2.24-.53-.32-1.17-.21-1.49.21-.11.11-3.1,3.2-2.99,3.1-.32.32-.43.96-.11,1.39,0,.11,1.49,2.24,2.24,3.31-.32.64-.53,1.28-.75,1.92l-3.95.75c-.53.11-.85.53-.85,1.07v4.48c.11.64.21.75.53.96.11.11.32.11.53.11l3.74.75c.21.53.43,1.07.75,1.81-.53.75-1.39,2.03-1.81,2.78l-.32.53c-.32.53-.21,1.17.32,1.49l3.1,2.99c.21.21.53.32.75.32h.32c.11,0,.32-.11.43-.21l3.2-2.24c.53.32,1.07.53,1.71.64l.75,3.95c.11.53.53.85,1.07.85h4.27c.53,0,.96-.32,1.07-.85l.75-3.95c.64-.21,1.28-.43,1.92-.75l3.31,2.24c.43.32.96.21,1.39-.11l3.1-3.2c.32-.32.43-.96.11-1.39l-2.24-3.31c.32-.64.53-1.28.75-1.92l3.84-.75c.53-.11.85-.53.85-1.07l-.11-4.48ZM66.81,75.09c-4.16,0-8.01-3.42-8.01-8.01,0-3.2,1.81-6.19,4.7-7.47,5.12-2.14,10.35.96,11.32,5.76,1.07,5.34-3.1,9.71-8.01,9.71Z\"/>\r\n                                    <path d=\"M44.61,77.54c-9.61-.21-17.61-7.37-19.11-16.65l1.71,1.71c.43.43,1.07.43,1.49,0s.43-1.07,0-1.49l-3.84-3.74c-.43-.43-1.07-.43-1.49,0l-3.74,3.84c-.43.43-.43,1.07,0,1.49s1.07.43,1.49,0l2.14-2.14c1.39,10.57,10.25,18.89,21.35,19.22.64,0,1.07-.53,1.07-1.07,0-.75-.43-1.17-1.07-1.17h0Z\"/>\r\n                                    <path d=\"M83.04,43.59c-.43-.43-1.07-.43-1.49,0l-2.03,2.03c.32-10.68-7.15-20.18-17.72-22.31-.53-.11-1.17.32-1.17.96-.11.53.32,1.07.85,1.17,9.5,1.92,16.23,10.46,16.01,20.07l-1.92-1.92c-.43-.43-1.07-.43-1.49,0s-.43,1.07,0,1.49l3.74,3.74c.21.21.43.32.75.32s.53-.11.75-.32l3.74-3.74c.43-.43.43-1.07,0-1.49h0Z\"/>\r\n                                </svg>', 'one', NULL),
(30, 'Community Management', 'Community_Management', NULL, '2024-12-12 12:39:00', '2024-12-18 13:42:33', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <g id=\"u\">\r\n                                        <path d=\"M81.5,23.17h3.5v2.33h-3.5v-2.33Z\"/><path d=\"M81.5,74.5h3.5v2.33h-3.5v-2.33Z\"/><path d=\"M75.67,80.33h2.33v4.67h-2.33v-4.67Z\"/><path d=\"M22,80.33h2.33v4.67h-2.33v-4.67Z\"/>\r\n                                        <g>\r\n                                            <path d=\"M33.67,43h-1.17v2.33h1.17c.64,0,1.17-.52,1.17-1.17s-.52-1.17-1.17-1.17Z\"/><path d=\"M41.83,43h-1.17v2.33h1.17c.64,0,1.17-.52,1.17-1.17s-.52-1.17-1.17-1.17Z\"/><path d=\"M33.67,47.67h-1.17v2.33h1.17c.64,0,1.17-.52,1.17-1.17s-.52-1.17-1.17-1.17Z\"/><path d=\"M50,43c-.64,0-1.17.52-1.17,1.17v2.33h2.33v-2.33c0-.64-.52-1.17-1.17-1.17Z\"/><path d=\"M20.83,73.33h4.67v4.67h-4.67v-4.67Z\"/><path d=\"M48.35,65.17c.34,0,.67-.07.98-.18l-5.8-5.8,1.64,10.69c2.99.2,5.85,1.27,8.23,3.09l5.55-5.55c-1.81-2.38-2.89-5.24-3.09-8.22l-10.69-1.64,5.81,5.81c.12-.31.18-.64.18-.98v-.68h2.33v.68c0,1.38-.54,2.67-1.51,3.64s-2.27,1.51-3.64,1.51h-.68v-2.33h.68,0Z\"/><path d=\"M53.97,75.66l7.68-7.68,4.18,4.18-7.68,7.68-4.18-4.18Z\"/><path d=\"M20.83,22h4.67v4.67h-4.67v-4.67Z\"/><path d=\"M75.67,29h-2.33c-.64,0-1.17-.52-1.17-1.17v-2.33H27.83v2.33c0,.65-.52,1.17-1.17,1.17h-2.33v42h2.33c.64,0,1.17.52,1.17,1.17v2.33h23.72c-2.16-1.51-4.73-2.33-7.39-2.33-.58,0-1.07-.42-1.15-.99l-2.33-15.17c-.06-.37.07-.74.33-1,.26-.26.64-.38,1-.33l15.17,2.33c.57.09.99.58.99,1.15,0,2.73.86,5.37,2.45,7.57l.22-.22c.46-.46,1.19-.46,1.65,0l5.83,5.83c.46.46.46,1.19,0,1.65l-1.51,1.51h5.35v-2.33c0-.65.52-1.17,1.17-1.17h2.33V29ZM37.17,48.83c0,1.93-1.57,3.5-3.5,3.5h-2.33c-.64,0-1.17-.52-1.17-1.17v-9.33c0-.65.52-1.17,1.17-1.17h2.33c1.93,0,3.5,1.57,3.5,3.5,0,.9-.34,1.71-.89,2.33.56.62.89,1.44.89,2.33ZM45.33,52.13v.2h-2.33v-.2c0-1.66-.6-3.23-1.68-4.47h-.65v4.67h-2.33v-10.5c0-.65.52-1.17,1.17-1.17h2.33c1.93,0,3.5,1.57,3.5,3.5,0,1.2-.61,2.26-1.54,2.89,1,1.49,1.54,3.24,1.54,5.07ZM53.5,52.33h-2.33v-3.5h-2.33v3.5h-2.33v-8.17c0-1.93,1.57-3.5,3.5-3.5s3.5,1.57,3.5,3.5v8.17ZM61.67,51.17c0,.54-.37,1.01-.9,1.14-.09.02-.18.03-.27.03-.44,0-.84-.24-1.04-.65l-2.46-4.91v5.56h-2.33v-10.5c0-.54.37-1.01.9-1.14.53-.12,1.07.13,1.31.61l2.46,4.91v-5.56h2.33v10.5h0ZM69.83,48.83c0,1.93-1.57,3.5-3.5,3.5h-2.33c-.64,0-1.17-.52-1.17-1.17v-9.33c0-.65.52-1.17,1.17-1.17h2.33c1.93,0,3.5,1.57,3.5,3.5v4.67Z\"/><path d=\"M74.5,73.33h4.67v4.67h-4.67v-4.67Z\"/><path d=\"M66.33,43h-1.17v7h1.17c.64,0,1.17-.52,1.17-1.17v-4.67c0-.64-.52-1.17-1.17-1.17Z\"/><path d=\"M74.5,22h4.67v4.67h-4.67v-4.67Z\"/><path d=\"M22,15h2.33v4.67h-2.33v-4.67Z\"/><path d=\"M15,23.17h3.5v2.33h-3.5v-2.33Z\"/><path d=\"M75.67,15h2.33v4.67h-2.33v-4.67Z\"/><path d=\"M15,74.5h3.5v2.33h-3.5v-2.33Z\"/>\r\n                                        </g>\r\n                                    </g>\r\n                                </svg>', 'two', NULL),
(31, 'Social Media Content', 'Social_Media_Content', NULL, '2024-12-12 12:39:00', '2024-12-18 13:42:36', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <g id=\"Copywriter\">\r\n                                      <path d=\"M47.02,77.13h5.97l1.7-3.39h30.93v-40.7c0-1.87-1.52-3.39-3.39-3.39h-8.48v37.3c0,1.87-1.52,3.39-3.39,3.39H29.65c-1.87,0-3.39-1.52-3.39-3.39V29.65h-8.48c-1.87,0-3.39,1.52-3.39,3.39v40.7h30.93l1.7,3.39Z\"/>\r\n                                      <path d=\"M56.78,77.13l-1.7,3.39h-10.17l-1.7-3.39H11v3.39c0,3.75,3.04,6.78,6.78,6.78h64.43c3.75,0,6.78-3.04,6.78-6.78v-3.39h-32.22Z\"/>\r\n                                      <path d=\"M70.35,26.26h-10.17c-1.87,0-3.39-1.52-3.39-3.39v-10.17h-27.13v54.26h40.7V26.26ZM34.74,21.17c0-.94.76-1.7,1.7-1.7h13.57c.94,0,1.7.76,1.7,1.7v3.39c0,.94-.76,1.7-1.7,1.7s-1.7-.76-1.7-1.7v-1.7h-3.39v10.17h1.7c.94,0,1.7.76,1.7,1.7s-.76,1.7-1.7,1.7h-6.78c-.94,0-1.7-.76-1.7-1.7s.76-1.7,1.7-1.7h1.7v-10.17h-3.39v1.7c0,.94-.76,1.7-1.7,1.7s-1.7-.76-1.7-1.7v-3.39ZM63.57,56.78h-27.13c-.94,0-1.7-.76-1.7-1.7s.76-1.7,1.7-1.7h27.13c.94,0,1.7.76,1.7,1.7s-.76,1.7-1.7,1.7ZM63.57,50h-27.13c-.94,0-1.7-.76-1.7-1.7s.76-1.7,1.7-1.7h27.13c.94,0,1.7.76,1.7,1.7s-.76,1.7-1.7,1.7ZM63.57,43.22h-27.13c-.94,0-1.7-.76-1.7-1.7s.76-1.7,1.7-1.7h27.13c.94,0,1.7.76,1.7,1.7s-.76,1.7-1.7,1.7ZM63.57,36.43h-10.17c-.94,0-1.7-.76-1.7-1.7s.76-1.7,1.7-1.7h10.17c.94,0,1.7.76,1.7,1.7s-.76,1.7-1.7,1.7Z\"/>\r\n                                      <path d=\"M60.17,12.7v10.17h10.17l-10.17-10.17Z\"/>\r\n                                    </g>\r\n                                </svg>', 'two', NULL),
(32, 'E-réputation', 'E-réputation', NULL, '2024-12-12 12:39:00', '2024-12-18 13:42:38', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <path class=\"cls-1\" fill-rule=\"evenodd\" d=\"M34.71,55.42c1.78-2.26,2.84-5.11,2.84-8.21,0-7.33-5.95-13.28-13.28-13.28s-13.28,5.95-13.28,13.28,5.95,13.28,13.28,13.28c3.2,0,6.14-1.13,8.43-3.02.07-.06.16-.05.23,0l5.33,5.09s.05.08.05.12v5.95c0,.06.03.11.08.14s.11.04.17,0l2.21-1.08c.06-.03.1-.09.1-.15v-5.49c0-.36-.15-.69-.4-.93h0s-5.75-5.49-5.75-5.49c-.06-.06-.07-.16-.02-.23h0ZM28.31,89.13v-18.56c0-.07-.06-.13-.13-.13h-4.36c-.07,0-.13.06-.13.13v18.56c0,.07.06.13.13.13h4.36c.07,0,.13-.06.13-.13ZM36.27,72.15c1.24-.27,3.58-1.41,5.81-2.48,3.8-1.82,4.76-2.03,7.38-1.52.01,0,.02,0,.03.01.15.06.31.1.49.1.01,0,.02,0,.03,0l1.09.23c1.89.41,8.51,1.64,8.51,3.74,0,.34-.01.53-.12.87-.17.54-.21.43-.41.66-.6.67-1.48,1.02-2.4.95l-11.19-.9c-.71-.06-1.32.47-1.38,1.18-.06.71.47,1.32,1.18,1.38l11.19.9c.86.07,1.7-.07,2.46-.37.63-.25,1.2-.61,1.69-1.06.01-.01.03-.02.04-.03.04-.02.08-.04.12-.07,0,0,0,0,0,0l13.95-8.1c.73-.42,1.57-.52,2.34-.33,2.63.65,3.13,4.02.82,5.38-6.81,4-22.33,13.79-26.22,13.56-6.92-.4-13.84-1.66-20.62-.67-.05,0-.1,0-.14-.04-.04-.03-.06-.08-.06-.13v-12.41c0-.09.07-.17.16-.17,1.76-.1,3.53-.3,5.24-.67h0ZM62.44,47.2c0,3.1,1.06,5.95,2.84,8.21.05.07.05.17-.02.23l-5.68,5.42s0,0,0,0c-.28.24-.46.59-.46.99v6.28c0,.07.04.13.1.16.77.36,1.52.79,2.17,1.33.05.04.12.05.18.02s.1-.09.1-.15v-7.02s.03-.09.06-.12l5.33-5.08c.06-.06.16-.06.23,0,2.29,1.89,5.23,3.02,8.43,3.02,7.33,0,13.28-5.95,13.28-13.28s-5.95-13.28-13.28-13.28-13.28,5.95-13.28,13.28h0ZM70.31,53.42v-9.11c0-.09.08-.17.17-.17h2.36c.09,0,.17-.08.17-.17v-2.98c0-1.16.95-2.1,2.1-2.1s2.1.95,2.1,2.1v2.98c0,.09.08.17.17.17h1.4c2.6,0,4.73,2.13,4.73,4.73s-2.13,4.73-4.73,4.73h-8.31c-.09,0-.17-.08-.17-.17h0ZM51.43,37.22c-.09,0-.15.08-.15.17v28.66c0,.05-.02.1-.06.13s-.09.05-.14.03l-.86-.18s0,0,0,0l-1.34-.2c-.08-.01-.15-.08-.15-.17v-28.28c0-.09-.07-.16-.15-.17-6.66-.72-11.84-6.35-11.84-13.2,0-7.33,5.95-13.28,13.28-13.28s13.28,5.95,13.28,13.28c0,6.85-5.19,12.49-11.84,13.2h0ZM57.44,24.17c.05-.03.09-.09.09-.15s-.03-.12-.09-.15l-10.98-6.34c-.05-.03-.12-.03-.17,0s-.09.09-.09.15v12.68c0,.06.03.12.09.15s.12.03.17,0l10.98-6.34ZM27.18,41.28c2.13,0,3.85,1.73,3.85,3.85,0,3.47-3.62,7.42-6.68,8.81-.05.02-.09.02-.14,0-3.06-1.39-6.68-5.34-6.68-8.81,0-2.13,1.73-3.85,3.85-3.85,1.09,0,2.07.45,2.77,1.18.03.03.07.05.12.05s.09-.02.12-.05c.7-.73,1.68-1.18,2.77-1.18Z\"/>\r\n                                </svg>', 'two', NULL),
(33, 'Identité de marque', 'Identité_marque', NULL, '2024-12-12 12:40:00', '2024-12-18 13:42:04', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <path class=\"cls-1\" fill-rule=\"evenodd\" d=\"M34.71,55.42c1.78-2.26,2.84-5.11,2.84-8.21,0-7.33-5.95-13.28-13.28-13.28s-13.28,5.95-13.28,13.28,5.95,13.28,13.28,13.28c3.2,0,6.14-1.13,8.43-3.02.07-.06.16-.05.23,0l5.33,5.09s.05.08.05.12v5.95c0,.06.03.11.08.14s.11.04.17,0l2.21-1.08c.06-.03.1-.09.1-.15v-5.49c0-.36-.15-.69-.4-.93h0s-5.75-5.49-5.75-5.49c-.06-.06-.07-.16-.02-.23h0ZM28.31,89.13v-18.56c0-.07-.06-.13-.13-.13h-4.36c-.07,0-.13.06-.13.13v18.56c0,.07.06.13.13.13h4.36c.07,0,.13-.06.13-.13ZM36.27,72.15c1.24-.27,3.58-1.41,5.81-2.48,3.8-1.82,4.76-2.03,7.38-1.52.01,0,.02,0,.03.01.15.06.31.1.49.1.01,0,.02,0,.03,0l1.09.23c1.89.41,8.51,1.64,8.51,3.74,0,.34-.01.53-.12.87-.17.54-.21.43-.41.66-.6.67-1.48,1.02-2.4.95l-11.19-.9c-.71-.06-1.32.47-1.38,1.18-.06.71.47,1.32,1.18,1.38l11.19.9c.86.07,1.7-.07,2.46-.37.63-.25,1.2-.61,1.69-1.06.01-.01.03-.02.04-.03.04-.02.08-.04.12-.07,0,0,0,0,0,0l13.95-8.1c.73-.42,1.57-.52,2.34-.33,2.63.65,3.13,4.02.82,5.38-6.81,4-22.33,13.79-26.22,13.56-6.92-.4-13.84-1.66-20.62-.67-.05,0-.1,0-.14-.04-.04-.03-.06-.08-.06-.13v-12.41c0-.09.07-.17.16-.17,1.76-.1,3.53-.3,5.24-.67h0ZM62.44,47.2c0,3.1,1.06,5.95,2.84,8.21.05.07.05.17-.02.23l-5.68,5.42s0,0,0,0c-.28.24-.46.59-.46.99v6.28c0,.07.04.13.1.16.77.36,1.52.79,2.17,1.33.05.04.12.05.18.02s.1-.09.1-.15v-7.02s.03-.09.06-.12l5.33-5.08c.06-.06.16-.06.23,0,2.29,1.89,5.23,3.02,8.43,3.02,7.33,0,13.28-5.95,13.28-13.28s-5.95-13.28-13.28-13.28-13.28,5.95-13.28,13.28h0ZM70.31,53.42v-9.11c0-.09.08-.17.17-.17h2.36c.09,0,.17-.08.17-.17v-2.98c0-1.16.95-2.1,2.1-2.1s2.1.95,2.1,2.1v2.98c0,.09.08.17.17.17h1.4c2.6,0,4.73,2.13,4.73,4.73s-2.13,4.73-4.73,4.73h-8.31c-.09,0-.17-.08-.17-.17h0ZM51.43,37.22c-.09,0-.15.08-.15.17v28.66c0,.05-.02.1-.06.13s-.09.05-.14.03l-.86-.18s0,0,0,0l-1.34-.2c-.08-.01-.15-.08-.15-.17v-28.28c0-.09-.07-.16-.15-.17-6.66-.72-11.84-6.35-11.84-13.2,0-7.33,5.95-13.28,13.28-13.28s13.28,5.95,13.28,13.28c0,6.85-5.19,12.49-11.84,13.2h0ZM57.44,24.17c.05-.03.09-.09.09-.15s-.03-.12-.09-.15l-10.98-6.34c-.05-.03-.12-.03-.17,0s-.09.09-.09.15v12.68c0,.06.03.12.09.15s.12.03.17,0l10.98-6.34ZM27.18,41.28c2.13,0,3.85,1.73,3.85,3.85,0,3.47-3.62,7.42-6.68,8.81-.05.02-.09.02-.14,0-3.06-1.39-6.68-5.34-6.68-8.81,0-2.13,1.73-3.85,3.85-3.85,1.09,0,2.07.45,2.77,1.18.03.03.07.05.12.05s.09-.02.12-.05c.7-.73,1.68-1.18,2.77-1.18Z\"/>\r\n                                </svg>', 'three', NULL),
(34, 'Charte graphique', 'Charte_graphique', NULL, '2024-12-12 12:40:00', '2024-12-18 13:42:07', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <path d=\"M18.12,28.1c.62,2.44,1.88,4.67,3.66,6.44l1.63,1.61,12.76-12.76-1.63-1.61c-1.78-1.78-4.01-3.04-6.44-3.66l-12.24-3.1c-.23-.06-.48,0-.65.18-.17.17-.24.42-.18.65l3.1,12.24Z\"/><path d=\"M32.53,45.16l12.76-12.76-6.21-6.13-12.76,12.76,6.21,6.13Z\"/><path d=\"M54.84,67.6l12.76-12.76,7.65,7.65-12.76,12.76-7.65-7.65Z\"/><path d=\"M78.16,65.39l-12.76,12.76,4.2,4.2c1.71,1.7,3.97,2.64,6.38,2.64s4.68-.94,6.38-2.64c3.52-3.52,3.52-9.24,0-12.76l-4.2-4.2Z\"/><path d=\"M46.58,52.58c.8-.8,2.1-.8,2.9,0l7.06,7.06,3.11-3.11-4.03-4.03c-.8-.8-.8-2.1,0-2.9.8-.8,2.1-.8,2.9,0l4.03,4.03,3.16-3.16-7.06-7.06c-.8-.8-.8-2.1,0-2.9.8-.8,2.1-.8,2.9,0l7.06,7.06,3.16-3.16-4.03-4.03c-.8-.8-.8-2.1,0-2.9.8-.8,2.1-.8,2.9,0l4.03,4.03,3.16-3.16-7.06-7.06c-.8-.8-.8-2.1,0-2.9s2.1-.8,2.9,0l7.06,7.06,2.9-2.91c.88-.88,1.36-2.04,1.36-3.28s-.48-2.4-1.36-3.28l-9.63-9.63c-.88-.88-2.04-1.36-3.28-1.36s-2.4.48-3.28,1.36l-51.1,51.1c-.88.88-1.36,2.04-1.36,3.28s.48,2.4,1.36,3.28l9.63,9.63c.88.88,2.04,1.36,3.28,1.36s2.4-.48,3.28-1.36l2.91-2.91-4.03-4.03c-.8-.8-.8-2.1,0-2.9.8-.8,2.1-.8,2.9,0l4.03,4.03,3.16-3.16-7.06-7.06c-.8-.8-.8-2.1,0-2.9.8-.8,2.1-.8,2.9,0l7.06,7.06,3.16-3.16-4.03-4.03c-.8-.8-.8-2.1,0-2.9.8-.8,2.1-.8,2.9,0l4.03,4.03,3.16-3.16-7.06-7.06c-.8-.8-.8-2.1,0-2.9h0Z\"/>\r\n                                </svg>', 'three', NULL),
(35, 'Montage vidéo', 'Montage_vidéo', NULL, '2024-12-12 12:40:00', '2024-12-18 13:42:09', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <path d=\"M50,17c-18.23,0-33,14.77-33,33s14.77,33,33,33,33-14.77,33-33c-.02-18.22-14.78-32.98-33-33ZM63.9,51.05c-.23.46-.6.83-1.06,1.06h0s-18.86,9.44-18.86,9.44c-1.16.58-2.58.11-3.16-1.05-.17-.33-.25-.7-.25-1.07v-18.86c0-1.3,1.05-2.36,2.36-2.36.37,0,.73.08,1.05.25l18.86,9.43c1.17.58,1.64,2,1.06,3.16Z\"/>\r\n                                </svg>', 'three', NULL),
(36, 'Rédaction web & storytelling', 'Rédaction_web', NULL, '2024-12-12 12:40:00', '2024-12-18 13:42:12', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <path d=\"M59.01,26.36c-1.75-4.55-3.96-8.39-6.5-11.33-.83-.06-1.67-.09-2.51-.09s-1.68.03-2.51.09c-2.54,2.94-4.74,6.77-6.5,11.33-.57,1.47-1.08,2.99-1.53,4.56h21.07c-.45-1.57-.96-3.09-1.53-4.56Z\"/>\r\n                                    <path d=\"M38.43,64.97h23.13c.88-4.11,1.4-8.46,1.52-12.92h-26.17c.12,4.46.63,8.81,1.52,12.92Z\"/>\r\n                                    <path d=\"M61.57,35.03h-23.13c-.88,4.11-1.4,8.46-1.52,12.92h26.17c-.12-4.46-.63-8.81-1.52-12.92Z\"/>\r\n                                    <path d=\"M40.99,73.64c1.75,4.55,3.96,8.39,6.5,11.33.83.06,1.67.09,2.51.09s1.68-.03,2.51-.09c2.53-2.94,4.74-6.77,6.49-11.33.57-1.47,1.08-2.99,1.53-4.56h-21.07c.45,1.57.96,3.09,1.53,4.56Z\"/>\r\n                                    <path d=\"M65.76,35.03c.83,4.1,1.32,8.45,1.44,12.92h17.81c-.26-4.53-1.38-8.9-3.28-12.92-.02,0-.04,0-.06,0h-15.91Z\"/>\r\n                                    <path d=\"M34.24,64.97c-.83-4.1-1.32-8.45-1.44-12.92H15c.26,4.53,1.38,8.9,3.28,12.92.02,0,.04,0,.06,0h15.91Z\"/>\r\n                                    <path d=\"M64.79,69.08c-1.53,5.7-3.74,10.82-6.49,14.99,6.19-1.5,11.87-4.67,16.49-9.28,1.76-1.76,3.31-3.67,4.63-5.71h-14.63Z\"/>\r\n                                    <path d=\"M35.21,30.92c1.53-5.7,3.74-10.82,6.49-14.99-6.19,1.5-11.87,4.67-16.49,9.28-1.76,1.76-3.31,3.67-4.63,5.71h14.63Z\"/>\r\n                                    <path d=\"M35.21,69.08h-14.63c1.33,2.04,2.87,3.95,4.63,5.71,4.62,4.62,10.3,7.79,16.49,9.28-2.75-4.18-4.96-9.29-6.49-14.99Z\"/>\r\n                                    <path d=\"M64.79,30.92h14.63c-1.33-2.04-2.87-3.95-4.63-5.71-4.62-4.62-10.3-7.79-16.49-9.28,2.75,4.18,4.96,9.29,6.49,14.99Z\"/>\r\n                                    <path d=\"M67.19,52.05c-.12,4.47-.61,8.82-1.44,12.92h15.91s.04,0,.06,0c1.9-4.02,3.02-8.39,3.28-12.92h-17.81Z\"/>\r\n                                    <path d=\"M32.81,47.95c.12-4.47.61-8.82,1.44-12.92h-15.91s-.04,0-.06,0c-1.9,4.02-3.02,8.39-3.28,12.92h17.81Z\"/>\r\n                                </svg>', 'three', NULL),
(37, 'Site web et landing page', 'Siteweb_landingpage', NULL, '2024-12-12 12:41:00', '2024-12-18 13:41:46', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <path d=\"M59.01,26.36c-1.75-4.55-3.96-8.39-6.5-11.33-.83-.06-1.67-.09-2.51-.09s-1.68.03-2.51.09c-2.54,2.94-4.74,6.77-6.5,11.33-.57,1.47-1.08,2.99-1.53,4.56h21.07c-.45-1.57-.96-3.09-1.53-4.56Z\"/>\r\n                                    <path d=\"M38.43,64.97h23.13c.88-4.11,1.4-8.46,1.52-12.92h-26.17c.12,4.46.63,8.81,1.52,12.92Z\"/>\r\n                                    <path d=\"M61.57,35.03h-23.13c-.88,4.11-1.4,8.46-1.52,12.92h26.17c-.12-4.46-.63-8.81-1.52-12.92Z\"/>\r\n                                    <path d=\"M40.99,73.64c1.75,4.55,3.96,8.39,6.5,11.33.83.06,1.67.09,2.51.09s1.68-.03,2.51-.09c2.53-2.94,4.74-6.77,6.49-11.33.57-1.47,1.08-2.99,1.53-4.56h-21.07c.45,1.57.96,3.09,1.53,4.56Z\"/>\r\n                                    <path d=\"M65.76,35.03c.83,4.1,1.32,8.45,1.44,12.92h17.81c-.26-4.53-1.38-8.9-3.28-12.92-.02,0-.04,0-.06,0h-15.91Z\"/>\r\n                                    <path d=\"M34.24,64.97c-.83-4.1-1.32-8.45-1.44-12.92H15c.26,4.53,1.38,8.9,3.28,12.92.02,0,.04,0,.06,0h15.91Z\"/>\r\n                                    <path d=\"M64.79,69.08c-1.53,5.7-3.74,10.82-6.49,14.99,6.19-1.5,11.87-4.67,16.49-9.28,1.76-1.76,3.31-3.67,4.63-5.71h-14.63Z\"/>\r\n                                    <path d=\"M35.21,30.92c1.53-5.7,3.74-10.82,6.49-14.99-6.19,1.5-11.87,4.67-16.49,9.28-1.76,1.76-3.31,3.67-4.63,5.71h14.63Z\"/>\r\n                                    <path d=\"M35.21,69.08h-14.63c1.33,2.04,2.87,3.95,4.63,5.71,4.62,4.62,10.3,7.79,16.49,9.28-2.75-4.18-4.96-9.29-6.49-14.99Z\"/>\r\n                                    <path d=\"M64.79,30.92h14.63c-1.33-2.04-2.87-3.95-4.63-5.71-4.62-4.62-10.3-7.79-16.49-9.28,2.75,4.18,4.96,9.29,6.49,14.99Z\"/>\r\n                                    <path d=\"M67.19,52.05c-.12,4.47-.61,8.82-1.44,12.92h15.91s.04,0,.06,0c1.9-4.02,3.02-8.39,3.28-12.92h-17.81Z\"/>\r\n                                    <path d=\"M32.81,47.95c.12-4.47.61-8.82,1.44-12.92h-15.91s-.04,0-.06,0c-1.9,4.02-3.02,8.39-3.28,12.92h17.81Z\"/>\r\n                                </svg>', 'fore', NULL),
(38, 'Application', 'Application', NULL, '2024-12-12 12:42:00', '2024-12-18 13:41:40', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                    <path fill-rule=\"evenodd\" d=\"M46.93,59.98c0-1.83-.73-3.59-2.02-4.88-1.29-1.3-3.05-2.02-4.88-2.02h-16.11c-1.83,0-3.59.73-4.88,2.02-1.3,1.29-2.02,3.05-2.02,4.88v16.11c0,1.83.73,3.59,2.02,4.88,1.29,1.3,3.05,2.02,4.88,2.02h16.11c1.83,0,3.59-.73,4.88-2.02,1.3-1.29,2.02-3.05,2.02-4.88v-16.11ZM81.45,59.98c0-1.83-.73-3.59-2.02-4.88-1.29-1.3-3.05-2.02-4.88-2.02h-16.11c-1.83,0-3.59.73-4.88,2.02-1.3,1.29-2.02,3.05-2.02,4.88v16.11c0,1.83.73,3.59,2.02,4.88,1.29,1.3,3.05,2.02,4.88,2.02h16.11c1.83,0,3.59-.73,4.88-2.02,1.3-1.29,2.02-3.05,2.02-4.88v-16.11ZM71.37,47.99l9.6-9.6c2.7-2.7,2.7-7.07,0-9.76l-9.6-9.6c-2.7-2.7-7.07-2.7-9.76,0l-9.6,9.6c-2.7,2.7-2.7,7.07,0,9.76l9.6,9.6c2.7,2.7,7.07,2.7,9.76,0ZM46.93,25.45c0-1.83-.73-3.59-2.02-4.88-1.29-1.3-3.05-2.02-4.88-2.02h-16.11c-1.83,0-3.59.73-4.88,2.02-1.3,1.29-2.02,3.05-2.02,4.88v16.11c0,1.83.73,3.59,2.02,4.88,1.29,1.3,3.05,2.02,4.88,2.02h16.11c1.83,0,3.59-.73,4.88-2.02,1.3-1.29,2.02-3.05,2.02-4.88v-16.11Z\"/>\r\n                                </svg>', 'fore', NULL),
(39, 'Reporting et datavisualisation', 'Reporting_datavisualisation', NULL, '2024-12-12 15:03:00', '2024-12-18 13:41:18', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <path d=\"M14.11,60.56h8.44c1.17,0,2.11.94,2.11,2.11v21.11c0,1.17-.95,2.11-2.11,2.11h-8.44c-1.17,0-2.11-.95-2.11-2.11v-21.11c0-1.17.95-2.11,2.11-2.11Z\"/>\r\n                                        <path d=\"M35.22,43.67h8.44c1.17,0,2.11.95,2.11,2.11v38c0,1.17-.95,2.11-2.11,2.11h-8.44c-1.17,0-2.11-.95-2.11-2.11v-38c0-1.17.94-2.11,2.11-2.11Z\"/>\r\n                                        <path d=\"M56.33,52.11h8.44c1.17,0,2.11.95,2.11,2.11v29.56c0,1.17-.94,2.11-2.11,2.11h-8.44c-1.17,0-2.11-.95-2.11-2.11v-29.56c0-1.17.95-2.11,2.11-2.11Z\"/>\r\n                                        <path d=\"M77.44,39.44h8.44c1.17,0,2.11.95,2.11,2.11v42.22c0,1.17-.95,2.11-2.11,2.11h-8.44c-1.17,0-2.11-.95-2.11-2.11v-42.22c0-1.17.95-2.11,2.11-2.11Z\"/>\r\n                                        <path d=\"M81.67,14.11c-3.5,0-6.33,2.84-6.33,6.33,0,.69.13,1.37.36,2.02l-10.57,6.28c-1.39-1.47-3.4-2.18-5.4-1.92-2,.27-3.76,1.49-4.71,3.27l-9.32-4.62c.05-.27.07-.55.08-.82,0-2.56-1.54-4.88-3.9-5.86-2.37-.98-5.09-.44-6.91,1.37-1.81,1.81-2.36,4.54-1.37,6.91l-12.09,9.02c-.96-.57-2.05-.88-3.17-.88-3.5,0-6.33,2.84-6.33,6.33s2.84,6.33,6.33,6.33,6.33-2.84,6.33-6.33c0-.76-.15-1.52-.42-2.23l12.21-9.11c2.39,1.33,5.37.94,7.33-.96l10.6,5.25c.71,3.15,3.67,5.26,6.87,4.9s5.63-3.07,5.63-6.29c0-.16-.04-.31-.05-.47l11.49-6.83c1,.63,2.15.97,3.33.97,3.5,0,6.33-2.84,6.33-6.33s-2.84-6.33-6.33-6.33Z\"/>\r\n                                    </svg>', 'five', NULL),
(40, 'Tag management system', 'Tagmanagement_system', NULL, '2024-12-12 15:04:00', '2024-12-18 13:41:13', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <path d=\"M54.26,41.87c0,5.8-5.34,12.82-8.09,16.07-2.75-3.21-8.09-10.23-8.09-16.07,0-4.46,3.63-8.09,8.09-8.09s8.09,3.63,8.09,8.09ZM90.21,90.18c-.57.57-1.3.84-2.02.84s-1.45-.27-2.02-.84l-15.76-15.76c-6.53,5.57-14.96,8.97-24.19,8.97-20.53,0-37.21-16.68-37.21-37.21S25.64,8.98,46.17,8.98s37.21,16.68,37.21,37.21c0,9.24-3.4,17.67-8.97,24.19l15.76,15.76c1.11,1.11,1.11,2.94,0,4.05h.04ZM59.98,41.87c0-7.59-6.18-13.81-13.81-13.81s-13.81,6.18-13.81,13.81c0,8.43,7.37,17.48,10.53,20.99.84.92,2.02,1.45,3.28,1.45s2.44-.53,3.28-1.45c3.17-3.51,10.53-12.56,10.53-20.99Z\"/>\r\n                                    </svg>', 'five', NULL),
(41, 'Solution de MMP', 'Solution_MMP', NULL, '2024-12-12 15:04:00', '2024-12-18 13:41:08', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <path d=\"M68.49,84.68c-.4.61-1.06.98-1.78.98h-33.43c-.72,0-1.39-.37-1.78-.98-.38-.59-.43-1.33-.16-1.97.82-1.83,2.64-2.99,4.64-2.99h4v-3.52h20.03v3.52h4c2,0,3.81,1.18,4.64,2.99.27.64.21,1.39-.18,1.97h0Z\"/>\r\n                                        <g><path d=\"M35.69,34.21c-1.1,4.12-4.88,7.16-9.34,7.16-5.33-.02-9.67-4.34-9.67-9.67,0-4.47,3.04-8.23,7.16-9.34-.11.43-.05.14-.06,9.34,0,1.41,1.15,2.56,2.56,2.56,9.14-.02,8.9.03,9.35-.05h0Z\"/><path d=\"M36.01,31.7c0,.46-.38.85-.85.85h-8.81c-.46,0-.85-.38-.85-.85v-8.81c0-.48.38-.85.85-.85,5.33,0,9.66,4.32,9.66,9.66Z\"/><path d=\"M35.16,46.54h-17.63c-.46,0-.85-.38-.85-.85s.38-.85.85-.85h17.63c.46,0,.85.38.85.85s-.38.85-.85.85Z\"/><path d=\"M35.16,51.57h-17.63c-.46,0-.85-.38-.85-.85s.38-.85.85-.85h17.63c.46,0,.85.38.85.85s-.38.85-.85.85Z\"/><path d=\"M35.16,56.61h-17.63c-.46,0-.85-.38-.85-.85s.38-.85.85-.85h17.63c.46,0,.85.38.85.85s-.38.85-.85.85Z\"/><path d=\"M51.66,42.39v12.51c0,.94-.77,1.71-1.71,1.71h-3.55c-.94,0-1.71-.77-1.71-1.71v-12.51c0-.94.75-1.71,1.71-1.71h3.55c.94,0,1.71.77,1.71,1.71Z\"/><path d=\"M62.21,33.59v21.31c0,.94-.77,1.71-1.71,1.71h-3.55c-.94,0-1.71-.77-1.71-1.71v-21.31c0-.94.75-1.71,1.71-1.71h3.55c.94,0,1.71.77,1.71,1.71Z\"/><path d=\"M72.75,42.39v12.51c0,.94-.77,1.71-1.71,1.71h-3.57c-.94,0-1.71-.77-1.71-1.71v-12.51c0-.94.77-1.71,1.71-1.71h3.57c.94,0,1.71.77,1.71,1.71Z\"/><path d=\"M83.3,37.17v17.73c0,.94-.77,1.71-1.71,1.71h-3.57c-.94,0-1.71-.77-1.71-1.71v-17.73c0-.94.77-1.71,1.71-1.71h3.57c.94,0,1.71.77,1.71,1.71h0Z\"/><path d=\"M69.26,36.28c-.24,0-.48-.11-.66-.3l-9.96-11.85-9.88,9.54c-.34.32-.88.32-1.2-.02s-.32-.88.02-1.2l10.55-10.18c.18-.16.4-.26.64-.24s.46.13.61.3l10.04,11.95,9.91-7c.38-.27.91-.18,1.18.21s.18.91-.21,1.18l-10.55,7.46c-.14.1-.32.14-.5.14h0Z\"/></g>\r\n                                        <g><path d=\"M49.99,66.52c-.64,0-1.17.53-1.17,1.17s.53,1.17,1.17,1.17,1.17-.53,1.17-1.17-.53-1.17-1.17-1.17h0Z\"/><path d=\"M86.71,14.34H13.28c-2.37,0-4.28,1.91-4.28,4.26,0,1.36,0,54.89,0,51.62,0,2.35,1.91,4.28,4.28,4.28h73.45c2.35,0,4.28-1.92,4.28-4.28V18.6c-.02-2.35-1.94-4.26-4.29-4.26ZM49.99,70.58c-1.59,0-2.88-1.3-2.88-2.88s1.3-2.88,2.88-2.88,2.88,1.3,2.88,2.88-1.3,2.88-2.88,2.88h0ZM87.57,60.87H12.41V18.6c0-.46.38-.85.85-.85h73.45c.46,0,.85.38.85.85v42.27h.02Z\"/></g>\r\n                                    </svg>', 'five', NULL),
(42, 'Accompagnement digital', 'Accompagnement_digital', NULL, '2024-12-12 15:05:00', '2024-12-18 13:40:29', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <path d=\"M58.29,27.86c3.7,2.32,6.3,6.25,6.78,10.82,1.51.71,3.19,1.11,4.97,1.11,6.49,0,11.75-5.26,11.75-11.75s-5.26-11.75-11.75-11.75c-6.43,0-11.64,5.17-11.74,11.57ZM50.59,51.92c6.49,0,11.75-5.26,11.75-11.75s-5.26-11.75-11.75-11.75-11.75,5.26-11.75,11.75,5.26,11.75,11.75,11.75ZM55.58,52.72h-9.97c-8.3,0-15.05,6.75-15.05,15.05v12.19l.03.19.84.26c7.92,2.47,14.8,3.3,20.46,3.3,11.06,0,17.47-3.15,17.86-3.35l.78-.4h.08v-12.2c0-8.3-6.75-15.05-15.04-15.05ZM75.02,40.59h-9.9c-.11,3.96-1.8,7.52-4.47,10.09,7.38,2.19,12.77,9.03,12.77,17.11v3.76c9.77-.36,15.4-3.13,15.77-3.31l.79-.4h.08v-12.2c0-8.3-6.75-15.05-15.05-15.05ZM29.97,39.79c2.3,0,4.44-.67,6.25-1.81.58-3.76,2.59-7.04,5.47-9.28.01-.22.03-.44.03-.66,0-6.49-5.26-11.75-11.75-11.75s-11.75,5.26-11.75,11.75,5.26,11.75,11.75,11.75ZM40.52,50.68c-2.66-2.55-4.34-6.1-4.47-10.03-.37-.03-.73-.06-1.1-.06h-9.97c-8.3,0-15.05,6.75-15.05,15.05v12.2l.03.19.84.26c6.35,1.98,12.02,2.9,16.94,3.19v-3.68c0-8.08,5.4-14.92,12.77-17.11Z\"/>\r\n                                    </svg>', 'six', NULL),
(43, 'Audit digital', 'Audit_digital', NULL, '2024-12-12 15:05:00', '2024-12-18 13:40:26', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <path d=\"M74.57,61.1c3.67-2.93,6.02-7.45,6.02-12.51,0-8.85-7.17-16.02-16.02-16.02s-16.02,7.17-16.02,16.02,7.17,16.02,16.02,16.02c2.06,0,4.03-.39,5.84-1.1l2.64,4.58c.57-.56,1.22-1.05,1.93-1.46.7-.41,1.46-.72,2.23-.94l-2.65-4.58ZM71.93,47.51l-7.55,7.55c-.94.94-2.46.94-3.4,0l-3.77-3.77c-.94-.94-.94-2.46,0-3.4s2.46-.94,3.4,0l2.08,2.08,5.85-5.85c.94-.94,2.46-.94,3.4,0s.94,2.46,0,3.4h0Z\"/>\r\n                                        <path d=\"M90.36,83.63l-6.41-11.1c-1.33-2.3-4.27-3.09-6.56-1.76-2.3,1.33-3.09,4.27-1.76,6.56l6.41,11.1c1.33,2.3,4.27,3.09,6.56,1.76,2.3-1.33,3.09-4.27,1.76-6.56Z\"/>\r\n                                        <path d=\"M45.62,57.21h-24.54c-1.29,0-2.41-.99-2.47-2.29-.06-1.38,1.03-2.52,2.4-2.52h23.09c-.23-1.24-.35-2.51-.35-3.82,0-.33,0-.66.02-.99h-22.7c-1.29,0-2.41-.99-2.47-2.29-.06-1.38,1.03-2.52,2.4-2.52h23.56c.49-1.7,1.2-3.31,2.08-4.8h-25.58c-1.29,0-2.41-.99-2.47-2.29-.06-1.38,1.03-2.52,2.4-2.52h29.57c3.7-3.36,8.61-5.42,13.99-5.42V11.56c0-1.33-1.08-2.4-2.4-2.4H11.4c-1.33,0-2.4,1.08-2.4,2.4v76.88c0,1.33,1.08,2.4,2.4,2.4h50.77c1.33,0,2.4-1.08,2.4-2.4v-19.03c-8.41,0-15.67-5.01-18.95-12.2h0ZM21.01,23.57h22.42c1.33,0,2.4,1.08,2.4,2.4s-1.08,2.4-2.4,2.4h-22.42c-1.33,0-2.4-1.08-2.4-2.4s1.08-2.4,2.4-2.4ZM18.61,64.41c0-1.33,1.08-2.4,2.4-2.4h22.42c1.33,0,2.4,1.08,2.4,2.4s-1.08,2.4-2.4,2.4h-22.42c-1.33,0-2.4-1.08-2.4-2.4ZM55.45,74.02c0,1.33-1.08,2.4-2.4,2.4h-16.02c-1.33,0-2.4-1.08-2.4-2.4s1.08-2.4,2.4-2.4h16.02c1.33,0,2.4,1.08,2.4,2.4Z\"/>\r\n                                        <path d=\"M64.57,27.77h0s.08,0,0,0Z\"/>\r\n                                        <path d=\"M64.57,27.77h0s-.08,0,0,0Z\"/>\r\n                                        <path d=\"M64.57,69.41c.08,0,.04,0,0,0h0Z\"/>\r\n                                        <path d=\"M64.57,69.4h0c-.08,0-.04,0,0,0Z\"/>\r\n                                    </svg>', 'six', NULL),
(44, 'Formations', 'Formations', NULL, '2024-12-12 15:06:00', '2024-12-18 13:40:23', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <path d=\"M83.45,14.15h-36.03c-4.17,0-7.55,3.38-7.55,7.55v17.75c1.9.95,3.96,1.97,5.88,2.92l2.94-5.88c1.78-3.56,6.12-5,9.67-3.22,3.56,1.78,5,6.11,3.22,9.67l-5.24,10.48c.14,1.39.02,2.79-.38,4.14h3.46l-9.12,25.08c-.54,1.49.5,3.22,2.26,3.22.98,0,1.9-.6,2.26-1.58l9.72-26.72h1.68l9.82,26.73c.36.97,1.28,1.57,2.26,1.57,1.64,0,2.84-1.64,2.25-3.23l-9.21-25.08h12.1c4.17,0,7.55-3.38,7.55-7.55v-28.31c0-4.17-3.38-7.55-7.55-7.55ZM78.3,47.26h-10.78c-1.33,0-2.4-1.08-2.4-2.4s1.08-2.4,2.4-2.4h10.78c1.33,0,2.4,1.07,2.4,2.4s-1.07,2.4-2.4,2.4ZM78.3,38.25h-10.78c-1.33,0-2.4-1.07-2.4-2.4s1.08-2.4,2.4-2.4h10.78c1.33,0,2.4,1.08,2.4,2.4s-1.07,2.4-2.4,2.4ZM78.3,29.24h-25.73c-1.33,0-2.4-1.08-2.4-2.4s1.07-2.4,2.4-2.4h25.73c1.33,0,2.4,1.08,2.4,2.4s-1.07,2.4-2.4,2.4Z\"/>\r\n                                        <path d=\"M51.27,56.52c.43-1.27.43-2.6.06-3.81l5.96-11.92c.59-1.19.11-2.63-1.07-3.22-1.19-.59-2.63-.11-3.22,1.07l-5.08,10.17c-3.04-1.51-7.66-3.81-11.38-5.66-3.46-1.72-5.93-3.26-10.14-3.26h-2.12c3.28,0,6.21-1.51,8.13-3.87,1.46-1.8,2.34-4.09,2.34-6.59,0-5.78-4.68-10.46-10.47-10.46s-10.46,4.68-10.46,10.46c0,2.78,1.08,5.3,2.84,7.17,1.91,2.03,4.62,3.29,7.62,3.29-4.03,0-7.96,1.63-10.79,4.47-2.89,2.88-4.48,6.71-4.48,10.8v7.72c0,3.32,2.16,6.15,5.15,7.16v13.43c0,1.33,1.08,2.4,2.4,2.4h15.44c1.33,0,2.4-1.08,2.4-2.4v-26.99c2.28,1.14,5.27,2.63,7.69,3.85,1.7.85,3.68.92,5.45.21,1.76-.73,3.12-2.17,3.73-3.96v-.03Z\"/>\r\n                                    </svg>', 'six', NULL),
(45, 'Whatsapping', 'Whatsapping', NULL, '2024-12-12 15:07:00', '2024-12-18 13:39:58', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <path d=\"M50.01,15h-.02c-19.3,0-34.99,15.7-34.99,35,0,7.66,2.47,14.75,6.66,20.51l-4.36,13,13.45-4.3c5.53,3.67,12.14,5.78,19.25,5.78,19.3,0,34.99-15.7,34.99-35S69.31,15,50.01,15ZM70.37,64.42c-.84,2.38-4.2,4.36-6.87,4.94-1.83.39-4.22.7-12.26-2.63-10.29-4.26-16.91-14.71-17.43-15.39-.49-.68-4.16-5.53-4.16-10.56s2.55-7.47,3.58-8.52c.84-.86,2.24-1.26,3.58-1.26.43,0,.82.02,1.17.04,1.03.04,1.54.1,2.22,1.73.84,2.03,2.9,7.06,3.15,7.57.25.52.5,1.22.15,1.89-.33.7-.62,1.01-1.13,1.61s-1.01,1.05-1.52,1.69c-.47.56-1.01,1.15-.41,2.18.6,1.01,2.65,4.36,5.68,7.06,3.91,3.48,7.07,4.59,8.21,5.06.84.35,1.85.27,2.47-.39.78-.84,1.75-2.24,2.73-3.62.7-.99,1.58-1.11,2.51-.76.94.33,5.95,2.8,6.97,3.31,1.03.52,1.71.76,1.96,1.19.25.43.25,2.47-.6,4.86Z\"/>\r\n                                    </svg>', 'seven', NULL),
(46, 'Smsing', 'Smsing', NULL, '2024-12-12 15:07:00', '2024-12-18 13:40:00', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <g id=\"_01\">\r\n                                        <path d=\"M53.83,30.79h-20.43c-.8,0-1.6.04-2.39.13-8.59.73-12.9,5.81-12.9,15.16v12.77c0,12.77,5.11,15.29,15.29,15.29h1.28c.79.05,1.53.42,2.04,1.02l3.83,5.11c1.06,1.69,3.28,2.21,4.98,1.15.47-.29.86-.69,1.15-1.15l3.83-5.11c.48-.64,1.24-1.02,2.04-1.02h1.28c9.35,0,14.43-4.28,15.16-12.9.09-.79.13-1.59.13-2.39v-12.77c0-10.18-5.1-15.28-15.29-15.29h0ZM32.46,56.33h-.02c-1.76,0-3.19-1.44-3.18-3.2s1.44-3.19,3.2-3.18,3.19,1.44,3.18,3.2c0,1.76-1.43,3.18-3.18,3.18h0ZM43.63,56.33h-.02c-1.76,0-3.19-1.44-3.18-3.2s1.44-3.19,3.2-3.18,3.19,1.44,3.18,3.2c0,1.76-1.43,3.18-3.18,3.18ZM54.79,56.33h-.02c-1.76,0-3.19-1.44-3.19-3.2,0-1.76,1.44-3.19,3.2-3.19s3.19,1.44,3.19,3.2c0,1.76-1.43,3.18-3.19,3.19ZM81.89,33.32v12.77c0,6.37-1.98,10.74-5.93,13.11-.67.38-1.53.13-1.9-.54-.13-.23-.19-.5-.17-.77l.03-11.8c0-12.77-7.31-20.08-20.08-20.08l-19.44.03c-.77.05-1.44-.54-1.49-1.31-.02-.27.04-.54.18-.78,2.4-3.94,6.76-5.92,13.09-5.92h20.43c10.18,0,15.28,5.1,15.29,15.29h0Z\"/>\r\n                                        </g>\r\n                                    </svg>', 'seven', NULL),
(47, 'Emailing', 'Emailing', NULL, '2024-12-12 15:08:00', '2024-12-18 13:39:55', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <path fill-rule=\"evenodd\" d=\"M18.94,24.65l22.24,22.25c4.85,4.84,12.78,4.85,17.63,0l22.24-22.25c.22-.22.19-.59-.07-.77-2.27-1.58-5.03-2.52-8-2.52H27.01c-2.97,0-5.73.94-8,2.52-.26.18-.29.55-.07.77h0ZM13,35.37c0-2.34.58-4.55,1.6-6.49.16-.3.56-.37.81-.12l21.96,21.96c6.95,6.96,18.31,6.97,25.27,0l21.96-21.96c.24-.24.65-.18.81.12,1.02,1.94,1.6,4.15,1.6,6.49v29.25c0,7.73-6.29,14.01-14.01,14.01H27.01c-7.72,0-14.01-6.28-14.01-14.01v-29.25Z\"/>\r\n                                    </svg>', 'seven', NULL),
(48, 'Stratégie de netlinking', 'Stratégie_netlinking', NULL, '2024-12-12 15:09:00', '2024-12-18 13:39:37', NULL, '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <path d=\"M50.01,15h-.02c-19.3,0-34.99,15.7-34.99,35,0,7.66,2.47,14.75,6.66,20.51l-4.36,13,13.45-4.3c5.53,3.67,12.14,5.78,19.25,5.78,19.3,0,34.99-15.7,34.99-35S69.31,15,50.01,15ZM70.37,64.42c-.84,2.38-4.2,4.36-6.87,4.94-1.83.39-4.22.7-12.26-2.63-10.29-4.26-16.91-14.71-17.43-15.39-.49-.68-4.16-5.53-4.16-10.56s2.55-7.47,3.58-8.52c.84-.86,2.24-1.26,3.58-1.26.43,0,.82.02,1.17.04,1.03.04,1.54.1,2.22,1.73.84,2.03,2.9,7.06,3.15,7.57.25.52.5,1.22.15,1.89-.33.7-.62,1.01-1.13,1.61s-1.01,1.05-1.52,1.69c-.47.56-1.01,1.15-.41,2.18.6,1.01,2.65,4.36,5.68,7.06,3.91,3.48,7.07,4.59,8.21,5.06.84.35,1.85.27,2.47-.39.78-.84,1.75-2.24,2.73-3.62.7-.99,1.58-1.11,2.51-.76.94.33,5.95,2.8,6.97,3.31,1.03.52,1.71.76,1.96,1.19.25.43.25,2.47-.6,4.86Z\"/>\r\n                                    </svg>', 'eat', NULL),
(49, 'Monitoring et suivi', 'Monitoring_suivi', NULL, '2024-12-12 15:09:00', '2024-12-18 13:39:33', NULL, NULL, 'eat', NULL),
(50, 'Référencement local', 'Référencement_local', NULL, '2024-12-12 15:10:00', '2024-12-18 13:39:30', NULL, NULL, 'eat', NULL);

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

--
-- Structure de la table `services2`
--

CREATE TABLE `services2` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `categorie_id` bigint UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `order` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `services2` (`id`, `name`, `slug`, `description`, `categorie_id`, `created_at`, `updated_at`, `order`, `icon`) VALUES
(45, 'Whatsapping', 'Whatsapping', NULL, 7, '2024-12-12 15:07:00', '2024-12-18 13:39:58', 'seven', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <path d=\"M50.01,15h-.02c-19.3,0-34.99,15.7-34.99,35,0,7.66,2.47,14.75,6.66,20.51l-4.36,13,13.45-4.3c5.53,3.67,12.14,5.78,19.25,5.78,19.3,0,34.99-15.7,34.99-35S69.31,15,50.01,15ZM70.37,64.42c-.84,2.38-4.2,4.36-6.87,4.94-1.83.39-4.22.7-12.26-2.63-10.29-4.26-16.91-14.71-17.43-15.39-.49-.68-4.16-5.53-4.16-10.56s2.55-7.47,3.58-8.52c.84-.86,2.24-1.26,3.58-1.26.43,0,.82.02,1.17.04,1.03.04,1.54.1,2.22,1.73.84,2.03,2.9,7.06,3.15,7.57.25.52.5,1.22.15,1.89-.33.7-.62,1.01-1.13,1.61s-1.01,1.05-1.52,1.69c-.47.56-1.01,1.15-.41,2.18.6,1.01,2.65,4.36,5.68,7.06,3.91,3.48,7.07,4.59,8.21,5.06.84.35,1.85.27,2.47-.39.78-.84,1.75-2.24,2.73-3.62.7-.99,1.58-1.11,2.51-.76.94.33,5.95,2.8,6.97,3.31,1.03.52,1.71.76,1.96,1.19.25.43.25,2.47-.6,4.86Z\"/>\r\n                                    </svg>'),
(46, 'Smsing', 'Smsing', NULL, 7, '2024-12-12 15:07:00', '2024-12-18 13:40:00', 'seven', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <g id=\"_01\">\r\n                                        <path d=\"M53.83,30.79h-20.43c-.8,0-1.6.04-2.39.13-8.59.73-12.9,5.81-12.9,15.16v12.77c0,12.77,5.11,15.29,15.29,15.29h1.28c.79.05,1.53.42,2.04,1.02l3.83,5.11c1.06,1.69,3.28,2.21,4.98,1.15.47-.29.86-.69,1.15-1.15l3.83-5.11c.48-.64,1.24-1.02,2.04-1.02h1.28c9.35,0,14.43-4.28,15.16-12.9.09-.79.13-1.59.13-2.39v-12.77c0-10.18-5.1-15.28-15.29-15.29h0ZM32.46,56.33h-.02c-1.76,0-3.19-1.44-3.18-3.2s1.44-3.19,3.2-3.18,3.19,1.44,3.18,3.2c0,1.76-1.43,3.18-3.18,3.18h0ZM43.63,56.33h-.02c-1.76,0-3.19-1.44-3.18-3.2s1.44-3.19,3.2-3.18,3.19,1.44,3.18,3.2c0,1.76-1.43,3.18-3.18,3.18ZM54.79,56.33h-.02c-1.76,0-3.19-1.44-3.19-3.2,0-1.76,1.44-3.19,3.2-3.19s3.19,1.44,3.19,3.2c0,1.76-1.43,3.18-3.19,3.19ZM81.89,33.32v12.77c0,6.37-1.98,10.74-5.93,13.11-.67.38-1.53.13-1.9-.54-.13-.23-.19-.5-.17-.77l.03-11.8c0-12.77-7.31-20.08-20.08-20.08l-19.44.03c-.77.05-1.44-.54-1.49-1.31-.02-.27.04-.54.18-.78,2.4-3.94,6.76-5.92,13.09-5.92h20.43c10.18,0,15.28,5.1,15.29,15.29h0Z\"/>\r\n                                        </g>\r\n                                    </svg>'),
(47, 'Emailing', 'Emailing', NULL, 7, '2024-12-12 15:08:00', '2024-12-18 13:39:55', 'seven', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <path fill-rule=\"evenodd\" d=\"M18.94,24.65l22.24,22.25c4.85,4.84,12.78,4.85,17.63,0l22.24-22.25c.22-.22.19-.59-.07-.77-2.27-1.58-5.03-2.52-8-2.52H27.01c-2.97,0-5.73.94-8,2.52-.26.18-.29.55-.07.77h0ZM13,35.37c0-2.34.58-4.55,1.6-6.49.16-.3.56-.37.81-.12l21.96,21.96c6.95,6.96,18.31,6.97,25.27,0l21.96-21.96c.24-.24.65-.18.81.12,1.02,1.94,1.6,4.15,1.6,6.49v29.25c0,7.73-6.29,14.01-14.01,14.01H27.01c-7.72,0-14.01-6.28-14.01-14.01v-29.25Z\"/>\r\n                                    </svg>'),
(48, 'Stratégie de netlinking', 'Stratégie_netlinking', NULL, 8, '2024-12-12 15:09:00', '2024-12-18 13:39:37', 'eat', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Calque_1\" viewBox=\"0 0 100 100\">\r\n                                        <path d=\"M50.01,15h-.02c-19.3,0-34.99,15.7-34.99,35,0,7.66,2.47,14.75,6.66,20.51l-4.36,13,13.45-4.3c5.53,3.67,12.14,5.78,19.25,5.78,19.3,0,34.99-15.7,34.99-35S69.31,15,50.01,15ZM70.37,64.42c-.84,2.38-4.2,4.36-6.87,4.94-1.83.39-4.22.7-12.26-2.63-10.29-4.26-16.91-14.71-17.43-15.39-.49-.68-4.16-5.53-4.16-10.56s2.55-7.47,3.58-8.52c.84-.86,2.24-1.26,3.58-1.26.43,0,.82.02,1.17.04,1.03.04,1.54.1,2.22,1.73.84,2.03,2.9,7.06,3.15,7.57.25.52.5,1.22.15,1.89-.33.7-.62,1.01-1.13,1.61s-1.01,1.05-1.52,1.69c-.47.56-1.01,1.15-.41,2.18.6,1.01,2.65,4.36,5.68,7.06,3.91,3.48,7.07,4.59,8.21,5.06.84.35,1.85.27,2.47-.39.78-.84,1.75-2.24,2.73-3.62.7-.99,1.58-1.11,2.51-.76.94.33,5.95,2.8,6.97,3.31,1.03.52,1.71.76,1.96,1.19.25.43.25,2.47-.6,4.86Z\"/>\r\n                                    </svg>'),
(49, 'Monitoring et suivi', 'Monitoring_suivi', NULL, 8, '2024-12-12 15:09:00', '2024-12-18 13:39:33', 'eat', NULL),
(50, 'Référencement local', 'Référencement_local', NULL, 8, '2024-12-12 15:10:00', '2024-12-18 13:39:30', 'eat', NULL);

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

--
-- Structure de la table `settings`
--

CREATE TABLE `settings` (
  `id` int UNSIGNED NOT NULL,
  `key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `display_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `details` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `order` int NOT NULL DEFAULT '1',
  `group` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `settings` (`id`, `key`, `display_name`, `value`, `details`, `type`, `order`, `group`) VALUES
(1, 'site.title', 'Site Title', 'Site Title', '', 'text', 1, 'Site'),
(2, 'site.description', 'Site Description', 'Site Description', '', 'text', 2, 'Site'),
(3, 'site.logo', 'Site Logo', '', '', 'image', 3, 'Site'),
(4, 'site.google_analytics_tracking_id', 'Google Analytics Tracking ID', '', '', 'text', 4, 'Site'),
(5, 'admin.bg_image', 'Admin Background Image', '', '', 'image', 5, 'Admin'),
(6, 'admin.title', 'Admin Title', 'Voyager', '', 'text', 1, 'Admin'),
(7, 'admin.description', 'Admin Description', 'Welcome to Voyager. The Missing Admin for Laravel', '', 'text', 2, 'Admin'),
(8, 'admin.loader', 'Admin Loader', '', '', 'image', 3, 'Admin'),
(9, 'admin.icon_image', 'Admin Icon Image', '', '', 'image', 4, 'Admin'),
(10, 'admin.google_analytics_client_id', 'Google Analytics Client ID (used for admin dashboard)', '', '', 'text', 1, 'Admin');

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

--
-- Structure de la table `translations`
--

CREATE TABLE `translations` (
  `id` int UNSIGNED NOT NULL,
  `table_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `column_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `foreign_key` int UNSIGNED NOT NULL,
  `locale` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Structure de la table `users`
--

CREATE TABLE `users` (
  `id` BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY,
  `role_id` bigint UNSIGNED DEFAULT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `avatar` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT 'users/default.png',
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `remember_token` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `settings` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `users` (`id`, `role_id`, `name`, `email`, `avatar`, `email_verified_at`, `password`, `remember_token`, `settings`, `created_at`, `updated_at`) VALUES
(1, 1, 'aymane', 'aymaneatirao@gmail.com', 'users/default.png', NULL, '$2y$10$7JVNZaZk8n7fk3SjZzaKxOAUraifV5ENEdeOiHuDM4A2Wdd1Mbmf.', NULL, '{\"locale\":\"en\"}', '2024-12-12 12:30:04', '2024-12-18 12:35:23'),
(2, 1, 'Admin User', 'admin@example.com', 'users/default.png', NULL, '$2y$10$7JVNZaZk8n7fk3SjZzaKxOAUraifV5ENEdeOiHuDM4A2Wdd1Mbmf.', 'ZbbSKko3G2pE80DASgsEzFSGO4DODtldhIT1BaIGLOiDh2rWgZXxDtbGtAZc', NULL, '2025-02-11 10:42:19', '2025-02-11 10:42:44');

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

--
-- Structure de la table `user_roles`
--

CREATE TABLE `user_roles` (
  `user_id` bigint UNSIGNED NOT NULL,
  `role_id` bigint UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Index pour la table `categories`
--
ALTER TABLE `categories`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `data_rows`
--
ALTER TABLE `data_rows`
  ADD PRIMARY KEY (`id`),
  ADD KEY `data_rows_data_type_id_foreign` (`data_type_id`);

--
-- Index pour la table `data_types`
--
ALTER TABLE `data_types`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `data_types_name_unique` (`name`),
  ADD UNIQUE KEY `data_types_slug_unique` (`slug`);

--
-- Index pour la table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`);

--
-- Index pour la table `menus`
--
ALTER TABLE `menus`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `menus_name_unique` (`name`);

--
-- Index pour la table `menu_items`
--
ALTER TABLE `menu_items`
  ADD PRIMARY KEY (`id`),
  ADD KEY `menu_items_menu_id_foreign` (`menu_id`);

--
-- Index pour la table `migrations`
--
ALTER TABLE `migrations`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `password_resets`
--
ALTER TABLE `password_resets`
  ADD PRIMARY KEY (`email`);

--
-- Index pour la table `permissions`
--
ALTER TABLE `permissions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `permissions_key_index` (`key`);

--
-- Index pour la table `permission_role`
--
ALTER TABLE `permission_role`
  ADD PRIMARY KEY (`permission_id`,`role_id`),
  ADD KEY `permission_role_permission_id_index` (`permission_id`),
  ADD KEY `permission_role_role_id_index` (`role_id`);

--
-- Index pour la table `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `personal_access_tokens_token_unique` (`token`),
  ADD KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`);

--
-- Index pour la table `roles`
--
ALTER TABLE `roles`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `roles_name_unique` (`name`);

--
-- Index pour la table `services`
--
ALTER TABLE `services`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `services2`
--
ALTER TABLE `services2`
  ADD PRIMARY KEY (`id`),
  ADD KEY `services2_categorie_id_foreign` (`categorie_id`);

--
-- Index pour la table `settings`
--
ALTER TABLE `settings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `settings_key_unique` (`key`);

--
-- Index pour la table `translations`
--
ALTER TABLE `translations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `translations_table_name_column_name_foreign_key_locale_unique` (`table_name`,`column_name`,`foreign_key`,`locale`);

--
-- Index pour la table `users`
--
ALTER TABLE `users`
  ADD UNIQUE KEY `users_email_unique` (`email`),
  ADD KEY `users_role_id_foreign` (`role_id`);

--
-- Index pour la table `user_roles`
--
ALTER TABLE `user_roles`
  ADD PRIMARY KEY (`user_id`,`role_id`),
  ADD KEY `user_roles_user_id_index` (`user_id`),
  ADD KEY `user_roles_role_id_index` (`role_id`);

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

--
-- AUTO_INCREMENT pour la table `categories`
--
ALTER TABLE `categories`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT pour la table `data_rows`
--
ALTER TABLE `data_rows`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;

--
-- AUTO_INCREMENT pour la table `data_types`
--
ALTER TABLE `data_types`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT pour la table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `menus`
--
ALTER TABLE `menus`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT pour la table `menu_items`
--
ALTER TABLE `menu_items`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT pour la table `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT pour la table `permissions`
--
ALTER TABLE `permissions`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31;

--
-- AUTO_INCREMENT pour la table `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=83;

--
-- AUTO_INCREMENT pour la table `roles`
--
ALTER TABLE `roles`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT pour la table `services`
--
ALTER TABLE `services`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=51;

--
-- AUTO_INCREMENT pour la table `services2`
--
ALTER TABLE `services2`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=51;

--
-- AUTO_INCREMENT pour la table `settings`
--
ALTER TABLE `settings`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT pour la table `translations`
--
ALTER TABLE `translations`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `users`
--
ALTER TABLE `users`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

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

--
-- Contraintes pour la table `services2`
--



ALTER TABLE `services2`
  ADD CONSTRAINT `services2_categorie_id_foreign` FOREIGN KEY (`categorie_id`) REFERENCES `categories` (`id`);

--create posts
CREATE TABLE posts (
    id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY,
    user_id bigint UNSIGNED NOT NULL,
    title VARCHAR(255) NOT NULL,
    content TEXT NOT NULL,
    image VARCHAR(255) NULL,
    is_published BOOLEAN DEFAULT FALSE,
    created_at TIMESTAMP NULL DEFAULT NULL,
    updated_at TIMESTAMP NULL DEFAULT NULL,
    deleted_at TIMESTAMP NULL DEFAULT NULL,
    CONSTRAINT fk_posts_user FOREIGN KEY (user_id) REFERENCES users(id) ON DELETE CASCADE
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
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 */;
